syntax

zio.temporal.protobuf.syntax
object syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Type members

Classlikes

final implicit class FromProtoTypeSyntax[A](self: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class ToProtoTypeSyntax[A](self: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Implicits

Implicits

final implicit def FromProtoTypeSyntax[A](self: A): FromProtoTypeSyntax[A]
final implicit def ToProtoTypeSyntax[A](self: A): ToProtoTypeSyntax[A]
implicit def protoTypeConversion[A, B](value: A)(implicit protoType: Of[A, B]): B