object ValueParser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class IntervalPart(name: String, parser: () => P[PeriodDuration], separator: () => P[Unit]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def INTERVAL_PARTS[$](implicit arg0: P[$]): List[IntervalPart]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def boolean[$](implicit arg0: P[$]): P[Boolean]
  7. def booleanValue[$](implicit arg0: P[$]): P[TypedValue[Boolean]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def date[$](implicit arg0: P[$]): P[(Int, Int, Int)]
  10. def dateAndTime[$](implicit arg0: P[$]): P[OffsetDateTime]
  11. def duration[$](implicit arg0: P[$]): P[PeriodDuration]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def escapedCharacter[$](implicit arg0: P[$]): P[String]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def intNumber[$](implicit arg0: P[$]): P[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def literal[$](implicit arg0: P[$]): P[Literal]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def nullValue[$](implicit arg0: P[$]): P[NullValue.type]
  24. def number[$](implicit arg0: P[$]): P[BigDecimal]
  25. def numericValue[$](implicit arg0: P[$]): P[TypedValue[BigDecimal]]
  26. def periodValue[$](implicit arg0: P[$]): P[PeriodValue]
  27. def placeholder[$](implicit arg0: P[$]): P[Placeholder]
  28. def singleFieldDuration[$](implicit arg0: P[$]): P[PeriodDuration]
  29. def string[$](implicit arg0: P[$]): P[String]
  30. def stringValue[$](implicit arg0: P[$]): P[TypedValue[String]]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def time[$](implicit arg0: P[$]): P[(Int, Int, Int, Int)]
  33. def timestampValue[$](implicit arg0: P[$]): P[TypedValue[Time]]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def tuple[$](implicit arg0: P[$]): P[TupleValue]
  36. def value[$](implicit arg0: P[$]): P[Value]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped