object ValueParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class IntervalPart(name: String, parser: () => P[PeriodDuration], separator: () => P[Unit]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def INTERVAL_PARTS[$](implicit arg0: P[$]): List[IntervalPart]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boolean[$](implicit arg0: P[$]): P[Boolean]
- def booleanValue[$](implicit arg0: P[$]): P[TypedValue[Boolean]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def date[$](implicit arg0: P[$]): P[(Int, Int, Int)]
- def dateAndTime[$](implicit arg0: P[$]): P[OffsetDateTime]
- def duration[$](implicit arg0: P[$]): P[PeriodDuration]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapedCharacter[$](implicit arg0: P[$]): P[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def intNumber[$](implicit arg0: P[$]): P[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def literal[$](implicit arg0: P[$]): P[Literal]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def nullValue[$](implicit arg0: P[$]): P[NullValue.type]
- def number[$](implicit arg0: P[$]): P[BigDecimal]
- def numericValue[$](implicit arg0: P[$]): P[TypedValue[BigDecimal]]
- def periodValue[$](implicit arg0: P[$]): P[PeriodValue]
- def placeholder[$](implicit arg0: P[$]): P[Placeholder]
- def singleFieldDuration[$](implicit arg0: P[$]): P[PeriodDuration]
- def string[$](implicit arg0: P[$]): P[String]
- def stringValue[$](implicit arg0: P[$]): P[TypedValue[String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time[$](implicit arg0: P[$]): P[(Int, Int, Int, Int)]
- def timestampValue[$](implicit arg0: P[$]): P[TypedValue[Time]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tuple[$](implicit arg0: P[$]): P[TupleValue]
- def value[$](implicit arg0: P[$]): P[Value]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)