Trait/Object

com.hypertino.binders.value

Value

Related Docs: object Value | package value

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

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

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

    Permalink

Concrete Value Members

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

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

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

    Permalink
  4. def &(other: Value): Value

    Permalink
  5. def *(other: Value): Value

    Permalink
  6. def +(other: Value): Value

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

    Permalink
  8. def -(other: Value): Value

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

    Permalink
  10. def /(other: Value): Value

    Permalink
  11. def <(other: Value): Boolean

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

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

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

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

    Permalink
  16. def ^(other: Value): Value

    Permalink
  17. def apply(other: Value): Value

    Permalink
  18. final def asInstanceOf[T0]: T0

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

    Permalink
  20. def dynamic: ValueDynamicSelector

    Permalink
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  22. def getOrElse(default: ⇒ Value): Value

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  24. def isDefined: Boolean

    Permalink
  25. def isEmpty: Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isNull: Boolean

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

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

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

    Permalink
  31. def mkString(sep: String): String

    Permalink
  32. def nonEmpty: Boolean

    Permalink
  33. def toBigDecimal: BigDecimal

    Permalink
  34. def toBoolean: Boolean

    Permalink
  35. def toDouble: Double

    Permalink
  36. def toFloat: Float

    Permalink
  37. def toInt: Int

    Permalink
  38. def toList: List[Value]

    Permalink
  39. def toLong: Long

    Permalink
  40. def toMap: Map[String, Value]

    Permalink
  41. def toSeq: Seq[Value]

    Permalink
  42. def toString(): String

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

    Permalink
  44. def unary_!: Value

    Permalink
  45. def unary_-: Value

    Permalink
  46. def |(other: Value): Value

    Permalink

Inherited from Any

Ungrouped