eu.inn.binders.value

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. def +(other: Value): Value

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

    Definition Classes
    Any
  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 getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  17. def isDefined: Boolean

    Definition Classes
    Value
  18. def isEmpty: Boolean

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

    Definition Classes
    Any
  20. def isNull: Boolean

    Definition Classes
    Value
  21. def selectDynamic(name: String): Value

    Definition Classes
    Value
  22. val v: Seq[Value]

  23. def ~~[T](visitor: ValueVisitor[T]): T

    Definition Classes
    LstValue

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