ToProtoTypeSyntax

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def toProto(implicit protoType: ProtoType[A]): protoType.Repr

Converts the given value into it's protocol buffers representation

Converts the given value into it's protocol buffers representation

Attributes