zio.temporal.protobuf.EnumProtoType
See theEnumProtoType companion object
final class EnumProtoType[P <: GeneratedEnum, E <: Enum](companion: GeneratedEnumCompanion[P], enumMeta: Scala3EnumMeta[E]) extends ProtoType[E]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Types
Protocol buffers representation of this type
Protocol buffers representation of this type
Attributes
Value members
Concrete methods
Creates a value of this type from its protocol buffers representation
Creates a value of this type from its protocol buffers representation
Value parameters
- repr
-
value protocol buffers representation
Attributes
- Returns
-
value of this type
- Definition Classes
Inherited methods
Creates a new protocol buffers type based on this representation. via InvariantFunctor.imap
Creates a new protocol buffers type based on this representation. via InvariantFunctor.imap
Type parameters
- B
-
new value type
Value parameters
- f
-
function projecting this type into the given one
- g
-
reverse projection function
Attributes
- Returns
-
new protocol buffers type
- Inherited from:
- ProtoType
In this article