com.hypertino.binders.value

Value

sealed trait Value extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Value
  2. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Definition Classes
    Any
  2. abstract def ~~[T](visitor: ValueVisitor[T]): T

Concrete Value Members

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

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

    Definition Classes
    Any
  3. def %(other: Value): Value

  4. def &(other: Value): Value

  5. def *(other: Value): Value

  6. def +(other: Value): Value

  7. def ++(other: Value): Value

  8. def -(other: Value): Value

  9. def --(other: Value): Value

  10. def /(other: Value): Value

  11. def <(other: Value): Boolean

  12. def <=(other: Value): Boolean

  13. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  14. def >(other: Value): Boolean

  15. def >=(other: Value): Boolean

  16. def ^(other: Value): Value

  17. def apply(other: Value): Value

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def contains(other: Value): Boolean

  20. def dynamic: ValueDynamicSelector

  21. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  22. def hashCode(): Int

    Definition Classes
    Any
  23. def isDefined: Boolean

  24. def isEmpty: Boolean

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isNull: Boolean

  27. def nonEmpty: Boolean

  28. def toBigDecimal: BigDecimal

  29. def toBoolean: Boolean

  30. def toDouble: Double

  31. def toFloat: Float

  32. def toInt: Int

  33. def toList: List[Value]

  34. def toLong: Long

  35. def toMap: Map[String, Value]

  36. def toSeq: Seq[Value]

  37. def toString(): String

    Definition Classes
    Value → Any
  38. def toVector: Vector[Value]

  39. def unary_!: Value

  40. def unary_-: Value

  41. def |(other: Value): Value

Inherited from Any

Ungrouped