Object/Trait

higherkindness.skeuomorph.protobuf

ProtobufF

Related Docs: trait ProtobufF | package protobuf

Permalink

object ProtobufF

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

Type Members

  1. final case class OptionValue(name: String, value: String) extends Product with Serializable

    Permalink
  2. final case class TBool[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  3. final case class TBytes[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  4. final case class TDouble[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  5. final case class TEnum[A](name: String, symbols: List[(String, Int)], options: List[OptionValue], aliases: List[(String, Int)]) extends ProtobufF[A] with Product with Serializable

    Permalink
  6. final case class TFileDescriptor[A](values: List[A], name: String, package: String) extends ProtobufF[A] with Product with Serializable

    Permalink
  7. final case class TFixed32[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  8. final case class TFixed64[A]() extends ProtobufF[A] with Product with Serializable

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

    Permalink
  10. final case class TInt32[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  11. final case class TInt64[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  12. final case class TMap[A](keyTpe: A, value: A) extends ProtobufF[A] with Product with Serializable

    Permalink
  13. final case class TMessage[A](name: String, fields: List[FieldF[A]], reserved: List[List[String]]) extends ProtobufF[A] with Product with Serializable

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

    Permalink
  15. final case class TNull[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  16. final case class TOneOf[A](name: String, fields: NonEmptyList[Field[A]]) extends ProtobufF[A] with Product with Serializable

    Permalink
  17. final case class TRepeated[A](value: A) extends ProtobufF[A] with Product with Serializable

    Permalink
  18. final case class TSfixed32[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  19. final case class TSfixed64[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  20. final case class TSint32[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  21. final case class TSint64[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  22. final case class TString[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  23. final case class TUint32[A]() extends ProtobufF[A] with Product with Serializable

    Permalink
  24. final case class TUint64[A]() extends ProtobufF[A] with Product with Serializable

    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 OptionValue extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bool[A](): ProtobufF[A]

    Permalink
  7. def bytes[A](): ProtobufF[A]

    Permalink
  8. def clone(): AnyRef

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

    Permalink
  10. def enum[A](name: String, symbols: List[(String, Int)], options: List[OptionValue], aliases: List[(String, Int)]): ProtobufF[A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fixed32[A](): ProtobufF[A]

    Permalink
  15. def fixed64[A](): ProtobufF[A]

    Permalink
  16. def float[A](): ProtobufF[A]

    Permalink
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def int32[A](): ProtobufF[A]

    Permalink
  20. def int64[A](): ProtobufF[A]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def map[A](keyTpe: A, value: A): ProtobufF[A]

    Permalink
  23. def message[A](name: String, fields: List[FieldF[A]], reserved: List[List[String]]): ProtobufF[A]

    Permalink
  24. def namedType[A](name: String): ProtobufF[A]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def null[A](): ProtobufF[A]

    Permalink
  29. def oneOf[A](name: String, fields: NonEmptyList[Field[A]]): ProtobufF[A]

    Permalink
  30. implicit def protobufEq[T](implicit arg0: Eq[T]): Eq[ProtobufF[T]]

    Permalink
  31. def repeated[A](value: A): ProtobufF[A]

    Permalink
  32. def sfixed32[A](): ProtobufF[A]

    Permalink
  33. def sfixed64[A](): ProtobufF[A]

    Permalink
  34. def sint32[A](): ProtobufF[A]

    Permalink
  35. def sint64[A](): ProtobufF[A]

    Permalink
  36. def string[A](): ProtobufF[A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit val traverse: DefaultTraverse[ProtobufF]

    Permalink
  40. def uint32[A](): ProtobufF[A]

    Permalink
  41. def uint64[A](): ProtobufF[A]

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped