object SchematicRepr extends SchematicRepr

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchematicRepr
  2. SchematicRepr
  3. Mixin
  4. Mixin
  5. Mixin
  6. Schematic
  7. Schematic
  8. Schematic
  9. Schematic
  10. Schematic
  11. Schematic
  12. Schematic
  13. Schematic
  14. Schematic
  15. Schematic
  16. Schematic
  17. Schematic
  18. Schematic
  19. Schematic
  20. Schematic
  21. Schematic
  22. Schematic
  23. Schematic
  24. Schematic
  25. Schematic
  26. Schematic
  27. Schematic
  28. Schematic
  29. Schematic
  30. Schematic
  31. AnyRef
  32. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bigdecimal: String
    Definition Classes
    SchematicReprSchematic
  6. def bigint: String
    Definition Classes
    SchematicReprSchematic
  7. def bijection[A, B](f: String, to: (A) => B, from: (B) => A): String
    Definition Classes
    SchematicReprSchematic
  8. def boolean: String
    Definition Classes
    SchematicReprSchematic
  9. def byte: String
    Definition Classes
    SchematicReprSchematic
  10. def bytes: String
    Definition Classes
    SchematicReprSchematic
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def double: String
    Definition Classes
    SchematicReprSchematic
  13. def enumeration[A](to: (A) => (String, Int), fromName: Map[String, A], fromOrdinal: Map[Int, A]): String
    Definition Classes
    SchematicReprSchematic
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def float: String
    Definition Classes
    SchematicReprSchematic
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def instant: String
    Definition Classes
    SchematicReprSchematic
  21. def int: String
    Definition Classes
    SchematicReprSchematic
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def list[S](fs: String): String
    Definition Classes
    SchematicReprSchematic
  24. def localDate: String
    Definition Classes
    SchematicReprSchematic
  25. def long: String
    Definition Classes
    SchematicReprSchematic
  26. def map[K, V](fk: String, fv: String): String
    Definition Classes
    SchematicReprSchematic
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def offsetDateTime: String
    Definition Classes
    SchematicReprSchematic
  31. def set[S](fs: String): String
    Definition Classes
    SchematicReprSchematic
  32. def short: String
    Definition Classes
    SchematicReprSchematic
  33. def string: String
    Definition Classes
    SchematicReprSchematic
  34. def struct[S](list: Vector[Field[Repr, S, _]])(f: (Vector[Any]) => S): String
    Definition Classes
    SchematicReprSchematic
  35. def suspend[A](f: => String): String
    Definition Classes
    SchematicReprSchematic
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def timestamp: String
    Definition Classes
    SchematicRepr
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def union[S](first: Alt[Repr, S, _], rest: Vector[Alt[Repr, S, _]])(total: (S) => WithValue[Repr, S, _]): String

    Models a coproduct as a list of alternatives.

    Models a coproduct as a list of alternatives. Typesafety is guaranteed by the total function, which ensures that any value of the supertype can be downcasted to an alternative.

    Definition Classes
    SchematicReprSchematic
  40. def unit: Repr[Unit]
    Definition Classes
    SchematicReprSchematic
  41. def uuid: String
    Definition Classes
    SchematicReprSchematic
  42. def vector[S](fs: String): String
    Definition Classes
    SchematicReprSchematic
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SchematicRepr

Inherited from Mixin[Repr]

Inherited from Mixin[Repr]

Inherited from Mixin[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from Schematic[Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped