FromProtoTypeSyntax

zio.temporal.protobuf.syntax.FromProtoTypeSyntax
final implicit class FromProtoTypeSyntax[A](self: A) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def fromProto[B](implicit protoType: Of[B, A]): B

Creates a value from it's protocol buffers representation

Creates a value from it's protocol buffers representation

Attributes