object PioParse extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PioParse
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- implicit val FunctorPioParse: Functor[PioParse]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bigDecimal: PioParse[BigDecimal]
- val boolean: PioParse[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val double: PioParse[Double]
- def enum[A](dictionary: (String, A)*): PioParse[A]
- def enumFromTag[A](as: List[A])(implicit ev: Enumerated[A]): PioParse[A]
Builds a PioParse for an
Enumerated
instance, assuming that the enum tags will be used as the lookup keys.Builds a PioParse for an
Enumerated
instance, assuming that the enum tags will be used as the lookup keys. In other words, this is an option for enumerations whose OCS2 export happen to match the new model enum tags. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val instant: PioParse[Instant]
- val int: PioParse[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val long: PioParse[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val positiveInt: PioParse[Int]
- val positiveShort: PioParse[Short]
- val seconds: PioParse[Duration]
- val short: PioParse[Short]
- val string: PioParse[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()