class MongoCaseClassField[OwnerType <: Record[OwnerType], CaseType] extends CaseClassField[OwnerType, CaseType]
- Annotations
 - @deprecated
 - Deprecated
 (Since version 3.2) Use the more consistently named 'CaseClassField' instead. This class will be removed in Lift 4.
- Alphabetic
 - By Inheritance
 
- MongoCaseClassField
 - CaseClassField
 - MandatoryTypedField
 - Product1
 - Product
 - Equals
 - CaseClassTypedField
 - MongoFieldFlavor
 - Field
 - TypedField
 - OwnedField
 - BaseField
 - BaseField
 - FieldContainer
 - SettableField
 - SettableValueHolder
 - Settable
 - ReadableField
 - Bindable
 - ValueHolder
 - FieldIdentifier
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        
        type
      
      
        MyType = CaseType
      
      
      
- Definition Classes
 - CaseClassTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        type
      
      
        ValidationFunction = (ValueType) ⇒ List[FieldError]
      
      
      
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        type
      
      
        ValueType = CaseType
      
      
      
ValueType represents the type that users will work with.
ValueType represents the type that users will work with. For MandatoryTypeField, this is equal to ThisType.
- Definition Classes
 - MandatoryTypedField → ValueHolder
 
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        _1: MongoCaseClassField.MyType
      
      
      
- Definition Classes
 - MandatoryTypedField → Product1
 
 - 
      
      
      
        
      
    
      
        implicit 
        lazy val
      
      
        _formats: Formats
      
      
      
- Definition Classes
 - CaseClassTypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        allFields: Seq[BaseField]
      
      
      
- Definition Classes
 - BaseField → FieldContainer
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        apply(in: Box[MongoCaseClassField.MyType]): OwnerType
      
      
      
- Definition Classes
 - Field
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        apply(in: MongoCaseClassField.MyType): OwnerType
      
      
      
- Definition Classes
 - Field
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asDBObject: DBObject
      
      
      
- Definition Classes
 - CaseClassTypedField → MongoFieldFlavor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asHtml: NodeSeq
      
      
      
Default read-only rendering of field
Default read-only rendering of field
- Definition Classes
 - ReadableField → Bindable
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asJString(encode: (MongoCaseClassField.MyType) ⇒ String): JValue
      
      
      
Helper for implementing asJValue for a conversion to an encoded JString
Helper for implementing asJValue for a conversion to an encoded JString
- encode
 function to transform the field value into a String
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asJValue: JValue
      
      
      
Encode the field value into a JValue
Encode the field value into a JValue
- Definition Classes
 - CaseClassTypedField → MongoFieldFlavor → BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asJs: JsExp with Product with Serializable
      
      
      
Returns the field's value as a valid JavaScript expression
Returns the field's value as a valid JavaScript expression
- Definition Classes
 - MongoFieldFlavor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asString: String
      
      
      
Convert the field to a String...
Convert the field to a String... usually of the form "displayName=value"
- Definition Classes
 - TypedField → BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType
      
      
      
Perform an atomic update of this Settable.
Perform an atomic update of this Settable. The current value is passed to the function and the ValueHolder is set to the result of the function. This is enclosed in the performAtomicOperation method which will, by default, synchronize this instance
- Definition Classes
 - Settable
 
 - 
      
      
      
        
      
    
      
        implicit 
        def
      
      
        boxNodeFuncToFieldError(in: (Box[MongoCaseClassField.MyType]) ⇒ Box[Node]): (Box[MongoCaseClassField.MyType]) ⇒ List[FieldError]
      
      
      
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        implicit 
        def
      
      
        boxNodeToFieldError(in: Box[Node]): List[FieldError]
      
      
      
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        canEqual(a: Any): Boolean
      
      
      
- Definition Classes
 - MandatoryTypedField → Equals
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        canRead_?: Boolean
      
      
      
Can the value of this field be read without obscuring the result?
Can the value of this field be read without obscuring the result?
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        canWrite_?: Boolean
      
      
      
Can the value of this field be written?
Can the value of this field be written?
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        checkCanRead_?: Boolean
      
      
      
If the owner is not in "safe" mode, check the current environment to see if the field can be read
If the owner is not in "safe" mode, check the current environment to see if the field can be read
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        checkCanWrite_?: Boolean
      
      
      
If the owner is not in "safe" mode, check the current environment to see if the field can be written
If the owner is not in "safe" mode, check the current environment to see if the field can be written
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clear: Unit
      
      
      
Clear the value of this field
Clear the value of this field
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        defaultValue: MyType
      
      
      
The default value of the field when a field has no value set and is optional, or a method that must return a value (e.g.
The default value of the field when a field has no value set and is optional, or a method that must return a value (e.g. value) is used
- Definition Classes
 - CaseClassField → MandatoryTypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        defaultValueBox: Box[MongoCaseClassField.MyType]
      
      
      
The default value of the field when no value is set.
The default value of the field when no value is set. Must return a Full Box unless optional_? is true
- Definition Classes
 - MandatoryTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        dirty_?: Boolean
      
      
      
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        dirty_?(b: Boolean): Unit
      
      
      
- Attributes
 - protected
 - Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        displayHtml: NodeSeq
      
      
      
- Definition Classes
 - ReadableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        displayName: String
      
      
      
The display name of this field (e.g., "First Name")
The display name of this field (e.g., "First Name")
- Definition Classes
 - OwnedField → ReadableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        displayNameHtml: Box[NodeSeq]
      
      
      
- Definition Classes
 - ReadableField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        fieldId: Option[NodeSeq]
      
      
      
A unique 'id' for the field for form generation
A unique 'id' for the field for form generation
- Definition Classes
 - SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        forceDirty_?: Boolean
      
      
      
Should the dirty flag always be set when setBox is called
Should the dirty flag always be set when setBox is called
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        formElemAttrs: Seq[http.SHtml.ElemAttr]
      
      
      
What form elements are we going to add to this field?
What form elements are we going to add to this field?
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        formInputType: String
      
      
      
Form field's type.
Form field's type. Defaults to 'text', but you may want to change it to other HTML5 values.
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        formats: Formats
      
      
      
- Definition Classes
 - CaseClassTypedField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        genericSetFromAny(in: Any)(implicit m: Manifest[MongoCaseClassField.MyType]): Box[MongoCaseClassField.MyType]
      
      
      
Generic implementation of setFromAny that implements exactly what the doc for setFromAny specifies, using a Manifest to check types
Generic implementation of setFromAny that implements exactly what the doc for setFromAny specifies, using a Manifest to check types
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        get: MongoCaseClassField.MyType
      
      
      
get the value
get the value
- Definition Classes
 - MandatoryTypedField → ValueHolder
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        helpAsHtml: Box[NodeSeq]
      
      
      
- Definition Classes
 - SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ignoreField_?: Boolean
      
      
      
Should the field be ignored by the OR Mapper?
Should the field be ignored by the OR Mapper?
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        label: NodeSeq
      
      
      
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        liftSetFilterToBox(in: Box[MongoCaseClassField.MyType]): Box[MongoCaseClassField.MyType]
      
      
      
OptionalTypedField and MandatoryTypedField implement this to do the appropriate lifting of Box[MyType] to ValueType
OptionalTypedField and MandatoryTypedField implement this to do the appropriate lifting of Box[MyType] to ValueType
- Attributes
 - protected
 - Definition Classes
 - MandatoryTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        name: String
      
      
      
The text name of this field
The text name of this field
- Definition Classes
 - OwnedField → ReadableField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        noValueErrorMessage: String
      
      
      
The error message used when the field value could not be set
The error message used when the field value could not be set
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        implicit 
        def
      
      
        nodeToFieldError(node: Node): List[FieldError]
      
      
      
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        notOptionalErrorMessage: String
      
      
      
The error message used when the field value must be set
The error message used when the field value must be set
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        obscure(in: MongoCaseClassField.MyType): Box[MongoCaseClassField.MyType]
      
      
      
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        optional_?: Boolean
      
      
      
Is the value of this field optional (e.g.
Is the value of this field optional (e.g. NULLable)?
- Definition Classes
 - MandatoryTypedField → BaseField
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        owner: OwnerType
      
      
      
- Definition Classes
 - CaseClassTypedField → OwnedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        performAtomicOperation[T](f: ⇒ T): T
      
      
      
Perform an atomic operation on the Settable.
Perform an atomic operation on the Settable. By default synchronizes the instance, but it could use other mechanisms
- Definition Classes
 - Settable
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productArity: Int
      
      
      
- Definition Classes
 - Product1 → Product
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productElement(n: Int): Any
      
      
      
- Definition Classes
 - Product1 → Product
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productIterator: Iterator[Any]
      
      
      
- Definition Classes
 - Product
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        productPrefix: String
      
      
      
- Definition Classes
 - Product
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        required_?: Boolean
      
      
      
Is the Field required (and will have a style designating it as such)
Is the Field required (and will have a style designating it as such)
- Definition Classes
 - SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        resetDirty: Unit
      
      
      
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        runFilters(in: Box[MongoCaseClassField.MyType], filter: List[(Box[MongoCaseClassField.MyType]) ⇒ Box[MongoCaseClassField.MyType]]): Box[MongoCaseClassField.MyType]
      
      
      
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        runValidation(in: Box[MongoCaseClassField.MyType]): List[FieldError]
      
      
      
Helper function that does validation of a value by using the validators specified for the field
Helper function that does validation of a value by using the validators specified for the field
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        safe_?: Boolean
      
      
      
Are we in "safe" mode (i.e., the value of the field can be read or written without any security checks.)
Are we in "safe" mode (i.e., the value of the field can be read or written without any security checks.)
- Definition Classes
 - OwnedField → BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        set(in: MongoCaseClassField.MyType): MongoCaseClassField.MyType
      
      
      
Set the value of the field to the given value.
Set the value of the field to the given value. Note: Because setting a field can fail (return non-Full), this method will return defaultValue if the field could not be set.
- Definition Classes
 - MandatoryTypedField → Settable
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setBox(in: Box[MongoCaseClassField.MyType]): Box[MongoCaseClassField.MyType]
      
      
      
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFilter: List[(ValueType) ⇒ ValueType]
      
      
      
A list of functions that transform the value before it is set.
A list of functions that transform the value before it is set. The transformations are also applied before the value is used in a query. Typical applications of this are trimming and/or toLowerCase-ing strings
- Definition Classes
 - TypedField → SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFilterBox: List[(Box[MongoCaseClassField.MyType]) ⇒ Box[MongoCaseClassField.MyType]]
      
      
      
A list of functions that transform the value before it is set.
A list of functions that transform the value before it is set. The transformations are also applied before the value is used in a query. Typical applications of this are trimming and/or toLowerCase-ing strings
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromAny(in: Any): Box[CaseType]
      
      
      
Set the value of the field from anything.
Set the value of the field from anything. Implementations of this method should accept at least the following (pattern => valueBox)
- value: MyType => setBox(Full(value))
 - Some(value: MyType) => setBox(Full(value))
 - Full(value: MyType) => setBox(Full(value))
 - (value: MyType)::_ => setBox(Full(value))
 - s: String => setFromString(s)
 - Some(s: String) => setFromString(s)
 - Full(s: String) => setFromString(s)
 - null|None|Empty => setBox(defaultValueBox)
 - f: Failure => setBox(f) And usually convert the input to a string and uses setFromString as a last resort.
 
Note that setFromAny should _always_ call setBox, even if the conversion fails. This is so that validation properly notes the error.
The method genericSetFromAny implements this guideline.
- Definition Classes
 - CaseClassTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromDBObject(dbo: DBObject): Box[CaseType]
      
      
      
- Definition Classes
 - CaseClassTypedField → MongoFieldFlavor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromDocument(doc: Document): Box[CaseType]
      
      
      
- Definition Classes
 - CaseClassTypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromJString(jvalue: JValue)(decode: (String) ⇒ Box[MongoCaseClassField.MyType]): Box[MongoCaseClassField.MyType]
      
      
      
Helper for implementing setFromJValue for a conversion from an encoded JString
Helper for implementing setFromJValue for a conversion from an encoded JString
- decode
 function to try and transform a String into a field value
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromJValue(jvalue: JValue): Box[CaseType]
      
      
      
Decode the JValue and set the field to the decoded value.
Decode the JValue and set the field to the decoded value. Returns Empty or Failure if the value could not be set
- Definition Classes
 - CaseClassTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        setFromString(in: String): Box[CaseType]
      
      
      
Set the value of the field using some kind of type-specific conversion from a String.
Set the value of the field using some kind of type-specific conversion from a String. By convention, if the field is optional_?, then the empty string should be treated as no-value (Empty). Note that setFromString should _always_ call setBox, even if the conversion fails. This is so that validation properly notes the error.
- returns
 Full(convertedValue) if the conversion succeeds (the field value will be set by side-effect) Empty or Failure if the conversion does not succeed
- Definition Classes
 - CaseClassTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        set_!(in: Box[MongoCaseClassField.MyType]): Box[MongoCaseClassField.MyType]
      
      
      
- Attributes
 - protected
 - Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        shouldDisplay_?: Boolean
      
      
      
Given the current context, should this field be displayed
Given the current context, should this field be displayed
- Definition Classes
 - ReadableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        show_?: Boolean
      
      
      
Given the current state of things, should this field be shown
Given the current state of things, should this field be shown
- Definition Classes
 - SettableField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        tabIndex: Int
      
      
      
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toBoxMyType(in: ValueType): Full[ValueType]
      
      
      
- Definition Classes
 - MandatoryTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toForm: Box[NodeSeq]
      
      
      
Generate a form control for the field
Generate a form control for the field
- Definition Classes
 - CaseClassTypedField → BaseField → SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - MandatoryTypedField → AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toValueType(in: Box[MongoCaseClassField.MyType]): MongoCaseClassField.MyType
      
      
      
- Definition Classes
 - MandatoryTypedField → TypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toXHtml: NodeSeq
      
      
      
Convert the field value to an XHTML representation
Convert the field value to an XHTML representation
- Definition Classes
 - BaseField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        uniqueFieldId: Box[String]
      
      
      
- Definition Classes
 - BaseField → FieldIdentifier
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        uploadField_?: Boolean
      
      
      
Is this an upload field so that a form that includes this field must be multi-part mime
Is this an upload field so that a form that includes this field must be multi-part mime
- Definition Classes
 - SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        validate: List[FieldError]
      
      
      
Validate this field's setting, returning any errors found
Validate this field's setting, returning any errors found
- Definition Classes
 - TypedField → SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        validations: List[ValidationFunction]
      
      
      
- Definition Classes
 - TypedField → SettableField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        value: MongoCaseClassField.MyType
      
      
      
- Definition Classes
 - MandatoryTypedField
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        valueBox: Box[MongoCaseClassField.MyType]
      
      
      
- Definition Classes
 - TypedField
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )