Packages

object AvroField extends Serializable

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

Type Members

  1. trait Aux[T, From, To] extends AvroField[T]
  2. class FromWord[T] extends AnyRef
  3. trait Record[T] extends Aux[T, GenericRecord, GenericRecord]
  4. type Typeclass[T] = AvroField[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. implicit val afBoolean: AvroField[Boolean]
  5. implicit val afBytes: AvroField[Array[Byte]]
  6. implicit val afDouble: AvroField[Double]
  7. implicit val afFloat: AvroField[Float]
  8. implicit val afInt: AvroField[Int]
  9. implicit def afIterable[T, C[_]](implicit f: AvroField[T], ti: (C[T]) => Iterable[T], fc: FactoryCompat[T, C[T]]): AvroField[C[T]]
  10. implicit val afLong: AvroField[Long]
  11. implicit def afMap[T](implicit f: AvroField[T]): AvroField[Map[String, T]]
  12. implicit def afOption[T](implicit f: AvroField[T]): AvroField[Option[T]]
  13. implicit val afString: AvroField[String]
  14. def apply[T](implicit f: AvroField[T]): AvroField[T]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def combine[T](caseClass: CaseClass[Typeclass, T]): Record[T]
  18. def dispatch[T](sealedTrait: SealedTrait[Typeclass, T])(implicit arg0: Dispatchable[T]): Record[T]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def from[T]: FromWord[T]
  23. implicit macro def gen[T]: Record[T]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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