eu.inn.binders.dynamic

Lst

final case class Lst(v: Seq[Value] = ...) extends AnyVal with Value with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Value, Dynamic, AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lst
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Value
  7. Dynamic
  8. AnyVal
  9. NotNull
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lst(v: Seq[Value] = ...)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. def accept[T](visitor: ValueVisitor[T]): T

    Definition Classes
    LstValue
  5. def asBigDecimal: BigDecimal

    Definition Classes
    Value
  6. def asBoolean: Boolean

    Definition Classes
    Value
  7. def asDate: Date

    Definition Classes
    Value
  8. def asDouble: Double

    Definition Classes
    Value
  9. def asFloat: Float

    Definition Classes
    Value
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def asInt: Int

    Definition Classes
    Value
  12. def asLong: Long

    Definition Classes
    Value
  13. def asMap: Map[String, Value]

    Definition Classes
    Value
  14. def asSeq: Seq[Value]

    Definition Classes
    Value
  15. def asString: String

    Definition Classes
    Value
  16. def castUnavailable(s: String): Nothing

    Definition Classes
    Value
  17. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  18. def isDefined: Boolean

    Definition Classes
    Value
  19. def isEmpty: Boolean

    Definition Classes
    Value
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isNull: Boolean

    Definition Classes
    Value
  22. def selectDynamic[T](name: String): T

    Definition Classes
    Value
    Annotations
    @macroImpl( ... )
  23. val v: Seq[Value]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Value

Inherited from Dynamic

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped