object ProtobufF
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtobufF
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class OptionValue(name: String, value: String) extends Product with Serializable
- final case class TBool[A]() extends ProtobufF[A] with Product with Serializable
- final case class TBytes[A]() extends ProtobufF[A] with Product with Serializable
- final case class TDouble[A]() extends ProtobufF[A] with Product with Serializable
- 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
- final case class TFileDescriptor[A](values: List[A], name: String, package: String) extends ProtobufF[A] with Product with Serializable
- final case class TFixed32[A]() extends ProtobufF[A] with Product with Serializable
- final case class TFixed64[A]() extends ProtobufF[A] with Product with Serializable
- final case class TFloat[A]() extends ProtobufF[A] with Product with Serializable
- final case class TInt32[A]() extends ProtobufF[A] with Product with Serializable
- final case class TInt64[A]() extends ProtobufF[A] with Product with Serializable
- final case class TMap[A](keyTpe: A, value: A) extends ProtobufF[A] with Product with Serializable
- 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
- final case class TNamedType[A](prefix: List[String], name: String) extends ProtobufF[A] with Product with Serializable
- final case class TNull[A]() extends ProtobufF[A] with Product with Serializable
- final case class TOneOf[A](name: String, fields: NonEmptyList[Field[A]]) extends ProtobufF[A] with Product with Serializable
- final case class TOptionalNamedType[A](prefix: List[String], name: String) extends ProtobufF[A] with Product with Serializable
- final case class TRepeated[A](value: A) extends ProtobufF[A] with Product with Serializable
- final case class TSfixed32[A]() extends ProtobufF[A] with Product with Serializable
- final case class TSfixed64[A]() extends ProtobufF[A] with Product with Serializable
- final case class TSint32[A]() extends ProtobufF[A] with Product with Serializable
- final case class TSint64[A]() extends ProtobufF[A] with Product with Serializable
- final case class TString[A]() extends ProtobufF[A] with Product with Serializable
- final case class TUint32[A]() extends ProtobufF[A] with Product with Serializable
- final case class TUint64[A]() extends ProtobufF[A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bool[A](): ProtobufF[A]
- def bytes[A](): ProtobufF[A]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def double[A](): ProtobufF[A]
- def enum[A](name: String, symbols: List[(String, Int)], options: List[OptionValue], aliases: List[(String, Int)]): ProtobufF[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fixed32[A](): ProtobufF[A]
- def fixed64[A](): ProtobufF[A]
- def float[A](): ProtobufF[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def int32[A](): ProtobufF[A]
- def int64[A](): ProtobufF[A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[A](keyTpe: A, value: A): ProtobufF[A]
- def message[A](name: String, fields: List[FieldF[A]], reserved: List[List[String]], nestedMessages: List[A], nestedEnums: List[A]): ProtobufF[A]
- def namedType[A](prefix: List[String], name: String): ProtobufF[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def null[A](): ProtobufF[A]
- def oneOf[A](name: String, fields: NonEmptyList[Field[A]]): ProtobufF[A]
- def optionalNamedType[A](prefix: List[String], name: String): ProtobufF[A]
- implicit def protobufEq[T](implicit arg0: Eq[T]): Eq[ProtobufF[T]]
- def repeated[A](value: A): ProtobufF[A]
- def sfixed32[A](): ProtobufF[A]
- def sfixed64[A](): ProtobufF[A]
- def sint32[A](): ProtobufF[A]
- def sint64[A](): ProtobufF[A]
- def string[A](): ProtobufF[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val traverse: DefaultTraverse[ProtobufF]
- def uint32[A](): ProtobufF[A]
- def uint64[A](): ProtobufF[A]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object OptionValue extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated