Packages

object ExampleField extends Serializable

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

Type Members

  1. class FromWord[T] extends AnyRef
  2. trait Primitive[T] extends ExampleField[T]
  3. trait Record[T] extends ExampleField[T]
  4. type Typeclass[T] = ExampleField[T]

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 apply[T](implicit f: ExampleField[T]): ExampleField[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combine[T](caseClass: CaseClass[Typeclass, T]): Record[T]
  8. def dispatch[T](sealedTrait: SealedTrait[Typeclass, T])(implicit arg0: Dispatchable[T]): Record[T]
  9. implicit val efByteArray: Primitive[Array[Byte]]
  10. implicit val efByteString: Primitive[ByteString] { type ValueT = com.google.protobuf.ByteString }
  11. implicit val efFloat: Primitive[Float] { type ValueT = Float }
  12. implicit def efIterable[T, C[_]](implicit ef: Primitive[T], ti: (C[T]) => Iterable[T], fc: FactoryCompat[T, C[T]]): ExampleField[C[T]]
  13. implicit val efLong: Primitive[Long] { type ValueT = Long }
  14. implicit def efOption[T](implicit ef: ExampleField[T]): ExampleField[Option[T]]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def from[T]: FromWord[T]
  19. implicit macro def gen[T]: Record[T]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped