Package

deaktator.pops

enums

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

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

    Annotations
    @implicitNotFound( ... )
  2. class EnumProtoOpsMacros extends AnyRef

    Permalink

Value Members

  1. object EnumProtoOps

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped