object TrueV extends BooleanV with Product with Serializable
- Alphabetic
- By Inheritance
- TrueV
- Serializable
- Serializable
- Product
- Equals
- BooleanV
- ScalarValue
- Value
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        apply(p: FieldPath, ps: FieldPath*): Result[Value]
      
      Extract the sub-value at the specified path. Extract the sub-value at the specified path. - Definition Classes
- Value
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        apply[T](field: Field[T]): Result[T]
      
      Extract a value with the provided field. Extract a value with the provided field. - Definition Classes
- Value
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        collect[T](field: Field[T]): Result[Seq[T]]
      
      Extract the elements of an ArrayV using the provided field. Extract the elements of an ArrayV using the provided field. - Definition Classes
- Value
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        get: Boolean
      
      - Definition Classes
- BooleanV
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        isEmpty: Boolean
      
      - Definition Classes
- BooleanV
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        to[T](implicit arg0: Decoder[T]): Result[T]
      
      Cast the value to T, using a Decoder. Cast the value to T, using a Decoder. - Definition Classes
- Value
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      - Definition Classes
- BooleanV → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        value: Boolean
      
      - Definition Classes
- BooleanV
- Annotations
- @JsonValue()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        vtype: String
      
      Describe the type that this value will be representing Describe the type that this value will be representing - Definition Classes
- ScalarValue → Value
 
- 
      
      
      
        
      
    
      
        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
- @native() @throws( ... )