deaktator.pops

enums

package enums

Protocol Buffers deal with enumerated types in a special way. To handle this, an deaktator.pops.enums.EnumProtoOps type class provides accessor to static methods available to enumerated types generated by Protocol Buffers java compiler.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. enums
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait EnumProtoOps[A <: ProtocolMessageEnum] extends AnyRef

    A type class for static methods present in com.google.protobuf.ProtocolMessageEnum.

  2. class EnumProtoOpsMacros extends AnyRef

Value Members

  1. object EnumProtoOps

    Provides factory methods and implicit materializer macros to Get class instances.

  2. object EnumProtoOpsMacros

Inherited from AnyRef

Inherited from Any

Ungrouped