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 getOrElse(default: ⇒ Value): Value

  23. def hashCode(): Int

    Definition Classes
    Any
  24. def isDefined: Boolean

  25. def isEmpty: Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isNull: Boolean

  28. def mkString(start: String, sep: String, end: String, alternative: Option[String]): String

  29. def mkString(alternative: Option[String]): String

  30. def mkString(start: String, sep: String, end: String): String

  31. def mkString(sep: String): String

  32. def nonEmpty: Boolean

  33. def toBigDecimal: BigDecimal

  34. def toBoolean: Boolean

  35. def toDouble: Double

  36. def toFloat: Float

  37. def toInt: Int

  38. def toList: List[Value]

  39. def toLong: Long

  40. def toMap: Map[String, Value]

  41. def toSeq: Seq[Value]

  42. def toString(): String

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

  44. def unary_!: Value

  45. def unary_-: Value

  46. def |(other: Value): Value

Inherited from Any

Ungrouped