Packages

object ProtobufField extends Serializable

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

Type Members

  1. sealed trait Aux[T, From, To] extends ProtobufField[T]
  2. class FromWord[T] extends AnyRef
  3. sealed trait Record[T] extends Aux[T, Message, Message]
  4. type Typeclass[T] = ProtobufField[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. def apply[T](implicit f: ProtobufField[T]): ProtobufField[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def combine[T](caseClass: CaseClass[Typeclass, T]): Record[T]
  8. def dispatch[T](sealedTrait: SealedTrait[Typeclass, T])(implicit arg0: Dispatchable[T]): Record[T]
  9. def enum[T, E <: Enum[E] with ProtocolMessageEnum](implicit et: EnumType[T], ct: ClassTag[E]): ProtobufField[T]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def from[T]: FromWord[T]
  13. implicit macro def gen[T]: Record[T]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. implicit val pfBoolean: ProtobufField[Boolean]
  21. implicit val pfByteArray: ProtobufField[Array[Byte]]
  22. implicit val pfByteString: ProtobufField[ByteString]
  23. implicit val pfDouble: ProtobufField[Double]
  24. implicit val pfFloat: ProtobufField[Float]
  25. implicit val pfInt: ProtobufField[Int]
  26. implicit def pfIterable[T, C[_]](implicit f: ProtobufField[T], ti: (C[T]) => Iterable[T], fc: FactoryCompat[T, C[T]]): ProtobufField[C[T]]
  27. implicit val pfLong: ProtobufField[Long]
  28. implicit def pfOption[T](implicit f: ProtobufField[T]): ProtobufField[Option[T]]
  29. implicit val pfString: ProtobufField[String]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped