Object/Trait

higherkindness.skeuomorph.avro

AvroF

Related Docs: trait AvroF | package avro

Permalink

object AvroF

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroF
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Field[A](name: String, aliases: List[String], doc: Option[String], order: Option[Order], tpe: A) extends Product with Serializable

    Permalink
  2. sealed trait Order extends AnyRef

    Permalink
  3. final case class TArray[A](item: A) extends AvroF[A] with Product with Serializable

    Permalink
  4. final case class TBoolean[A]() extends AvroF[A] with Product with Serializable

    Permalink
  5. final case class TBytes[A]() extends AvroF[A] with Product with Serializable

    Permalink
  6. final case class TDouble[A]() extends AvroF[A] with Product with Serializable

    Permalink
  7. final case class TEnum[A](name: String, namespace: Option[String], aliases: List[String], doc: Option[String], symbols: List[String]) extends AvroF[A] with Product with Serializable

    Permalink
  8. final case class TFixed[A](name: String, namespace: Option[String], aliases: List[String], size: Int) extends AvroF[A] with Product with Serializable

    Permalink
  9. final case class TFloat[A]() extends AvroF[A] with Product with Serializable

    Permalink
  10. final case class TInt[A]() extends AvroF[A] with Product with Serializable

    Permalink
  11. final case class TLong[A]() extends AvroF[A] with Product with Serializable

    Permalink
  12. final case class TMap[A](values: A) extends AvroF[A] with Product with Serializable

    Permalink
  13. final case class TNamedType[A](name: String) extends AvroF[A] with Product with Serializable

    Permalink
  14. final case class TNull[A]() extends AvroF[A] with Product with Serializable

    Permalink
  15. final case class TRecord[A](name: String, namespace: Option[String], aliases: List[String], doc: Option[String], fields: List[Field[A]]) extends AvroF[A] with Product with Serializable

    Permalink
  16. final case class TString[A]() extends AvroF[A] with Product with Serializable

    Permalink
  17. final case class TUnion[A](options: NonEmptyList[A]) extends AvroF[A] with Product with Serializable

    Permalink
  18. type λ[α] = AvroF[α]

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Field extends Serializable

    Permalink
  5. object Order

    Permalink
  6. def array[A](item: A): AvroF[A]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def boolean[A](): AvroF[A]

    Permalink
  9. def bytes[A](): AvroF[A]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def double[A](): AvroF[A]

    Permalink
  12. def enum[A](name: String, namespace: Option[String], aliases: List[String], doc: Option[String], symbols: List[String]): AvroF[A]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. implicit def eqAvroF[T](implicit arg0: Eq[T]): Eq[AvroF[T]]

    Permalink
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def field2Field(avroF: org.apache.avro.Schema.Field): Field[Schema]

    Permalink
  17. def field2Obj(f: Field[Json]): Json

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fixed[A](name: String, namespace: Option[String], aliases: List[String], size: Int): AvroF[A]

    Permalink
  20. def float[A](): AvroF[A]

    Permalink
  21. def fromAvro: Coalgebra[AvroF, Schema]

    Permalink

    Convert org.apache.avro.Schema to skeuomorph.avro.Schema

  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def int[A](): AvroF[A]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def long[A](): AvroF[A]

    Permalink
  27. def map[A](values: A): AvroF[A]

    Permalink
  28. def namedType[A](name: String): AvroF[A]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def null[A](): AvroF[A]

    Permalink

    Helper methods to construct AvroF values.

    Helper methods to construct AvroF values. These methods are to avoid scala infering the case type instead of AvroF.

  33. def order2Order(avroO: org.apache.avro.Schema.Field.Order): Order

    Permalink
  34. def record[A](name: String, namespace: Option[String], aliases: List[String], doc: Option[String], fields: List[Field[A]]): AvroF[A]

    Permalink
  35. def string[A](): AvroF[A]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toJson: Algebra[AvroF, Json]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit def traverseInstance: Traverse[λ]

    Permalink
  40. def union[A](options: NonEmptyList[A]): AvroF[A]

    Permalink
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped