Packages

object ProtobufF

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

Type Members

  1. final case class OptionValue(name: String, value: String) extends Product with Serializable
  2. final case class TBool[A]() extends ProtobufF[A] with Product with Serializable
  3. final case class TBytes[A]() extends ProtobufF[A] with Product with Serializable
  4. final case class TDouble[A]() extends ProtobufF[A] with Product with Serializable
  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
  6. final case class TFileDescriptor[A](values: List[A], name: String, package: String) extends ProtobufF[A] with Product with Serializable
  7. final case class TFixed32[A]() extends ProtobufF[A] with Product with Serializable
  8. final case class TFixed64[A]() extends ProtobufF[A] with Product with Serializable
  9. final case class TFloat[A]() extends ProtobufF[A] with Product with Serializable
  10. final case class TInt32[A]() extends ProtobufF[A] with Product with Serializable
  11. final case class TInt64[A]() extends ProtobufF[A] with Product with Serializable
  12. final case class TMap[A](keyTpe: A, value: A) extends ProtobufF[A] with Product with Serializable
  13. final case class TMessage[A](name: String, fields: List[FieldF[A]], reserved: List[List[String]], nestedMessages: List[A], nestedEnums: List[A]) extends ProtobufF[A] with Product with Serializable
  14. final case class TNamedType[A](prefix: List[String], name: String) extends ProtobufF[A] with Product with Serializable
  15. final case class TNull[A]() extends ProtobufF[A] with Product with Serializable
  16. final case class TOneOf[A](name: String, fields: NonEmptyList[Field[A]]) extends ProtobufF[A] with Product with Serializable
  17. final case class TOptionalNamedType[A](prefix: List[String], name: String) extends ProtobufF[A] with Product with Serializable
  18. final case class TRepeated[A](value: A) extends ProtobufF[A] with Product with Serializable
  19. final case class TSfixed32[A]() extends ProtobufF[A] with Product with Serializable
  20. final case class TSfixed64[A]() extends ProtobufF[A] with Product with Serializable
  21. final case class TSint32[A]() extends ProtobufF[A] with Product with Serializable
  22. final case class TSint64[A]() extends ProtobufF[A] with Product with Serializable
  23. final case class TString[A]() extends ProtobufF[A] with Product with Serializable
  24. final case class TUint32[A]() extends ProtobufF[A] with Product with Serializable
  25. final case class TUint64[A]() extends ProtobufF[A] with Product with Serializable

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 bool[A](): ProtobufF[A]
  6. def bytes[A](): ProtobufF[A]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def double[A](): ProtobufF[A]
  9. def enum[A](name: String, symbols: List[(String, Int)], options: List[OptionValue], aliases: List[(String, Int)]): ProtobufF[A]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fixed32[A](): ProtobufF[A]
  13. def fixed64[A](): ProtobufF[A]
  14. def float[A](): ProtobufF[A]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def int32[A](): ProtobufF[A]
  18. def int64[A](): ProtobufF[A]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def map[A](keyTpe: A, value: A): ProtobufF[A]
  21. def message[A](name: String, fields: List[FieldF[A]], reserved: List[List[String]], nestedMessages: List[A], nestedEnums: List[A]): ProtobufF[A]
  22. def namedType[A](prefix: List[String], name: String): ProtobufF[A]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def null[A](): ProtobufF[A]
  27. def oneOf[A](name: String, fields: NonEmptyList[Field[A]]): ProtobufF[A]
  28. def optionalNamedType[A](prefix: List[String], name: String): ProtobufF[A]
  29. implicit def protobufEq[T](implicit arg0: Eq[T]): Eq[ProtobufF[T]]
  30. def repeated[A](value: A): ProtobufF[A]
  31. def sfixed32[A](): ProtobufF[A]
  32. def sfixed64[A](): ProtobufF[A]
  33. def sint32[A](): ProtobufF[A]
  34. def sint64[A](): ProtobufF[A]
  35. def string[A](): ProtobufF[A]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit val traverse: DefaultTraverse[ProtobufF]
  39. def uint32[A](): ProtobufF[A]
  40. def uint64[A](): ProtobufF[A]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object OptionValue extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped