Object

com.geishatokyo.diffsql.parser.DataTypeParsers.DataTypeDef

Real

Related Doc: package DataTypeDef

Permalink

object Real extends DataTypeWithPrecision with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DataTypeWithPrecision, (DataTypeParsers.this)#Parser[DataType], ((DataTypeParsers.this)#Input) ⇒ (DataTypeParsers.this)#ParseResult[DataType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Real
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DataTypeWithPrecision
  7. Parser
  8. Function1
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *[U >: DataType](sep: ⇒ (DataTypeParsers.this)#Parser[(U, U) ⇒ U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  4. def *: (DataTypeParsers.this)#Parser[List[DataType]]

    Permalink
    Definition Classes
    Parser
  5. def +: (DataTypeParsers.this)#Parser[List[DataType]]

    Permalink
    Definition Classes
    Parser
  6. def <~[U](q: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[DataType]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def >>[U](fq: (DataType) ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  9. def ?: (DataTypeParsers.this)#Parser[Option[DataType]]

    Permalink
    Definition Classes
    Parser
  10. def ^?[U](f: PartialFunction[DataType, U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  11. def ^?[U](f: PartialFunction[DataType, U], error: (DataType) ⇒ String): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  12. def ^^[U](f: (DataType) ⇒ U): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  13. def ^^^[U](v: ⇒ U): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  14. def andThen[A](g: ((DataTypeParsers.this)#ParseResult[DataType]) ⇒ A): ((DataTypeParsers.this)#Input) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def append[U >: DataType](p0: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  16. def apply(in: (DataTypeParsers.this)#Input): (DataTypeParsers.this)#ParseResult[DataType]

    Permalink
    Definition Classes
    DataTypeWithPrecision → Parser → Function1
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compose[A](g: (A) ⇒ (DataTypeParsers.this)#Input): (A) ⇒ (DataTypeParsers.this)#ParseResult[DataType]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def filter(p: (DataType) ⇒ Boolean): (DataTypeParsers.this)#Parser[DataType]

    Permalink
    Definition Classes
    Parser
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flatMap[U](f: (DataType) ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def into[U](fq: (DataType) ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def map[U](f: (DataType) ⇒ U): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  29. def named(n: String): Real.this.type

    Permalink
    Definition Classes
    Parser
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def precisionArg: (DataTypeParsers.this)#Parser[List[Int]]

    Permalink
    Definition Classes
    DataTypeWithPrecision
  34. def precisionPhrase: (DataTypeParsers.this)#Parser[List[Int]]

    Permalink
    Definition Classes
    DataTypeWithPrecision
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    Parser → Function1 → AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withErrorMessage(msg: String): (DataTypeParsers.this)#Parser[DataType]

    Permalink
    Definition Classes
    Parser
  41. def withFailureMessage(msg: String): (DataTypeParsers.this)#Parser[DataType]

    Permalink
    Definition Classes
    Parser
  42. def withFilter(p: (DataType) ⇒ Boolean): (DataTypeParsers.this)#Parser[DataType]

    Permalink
    Definition Classes
    Parser
  43. def |[U >: DataType](q: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
  44. def |||[U >: DataType](q0: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  45. def ~[U](q: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[(DataTypeParsers.this)#~[DataType, U]]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  46. def ~![U](p: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[(DataTypeParsers.this)#~[DataType, U]]

    Permalink
    Definition Classes
    Parser
  47. def ~>[U](q: ⇒ (DataTypeParsers.this)#Parser[U]): (DataTypeParsers.this)#Parser[U]

    Permalink
    Definition Classes
    Parser
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The call-by-name argument is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DataTypeWithPrecision

Inherited from (DataTypeParsers.this)#Parser[DataType]

Inherited from ((DataTypeParsers.this)#Input) ⇒ (DataTypeParsers.this)#ParseResult[DataType]

Inherited from AnyRef

Inherited from Any

Ungrouped