ProtoScalable

trait ProtoScalable[S, P] extends Protoable[S, P] with Scalable[S, P]
Companion
object
trait Scalable[S, P]
trait Protoable[S, P]
class Object
trait Matchable
class Any

Value members

Inherited methods

def toProto(entity: S): P
Inherited from
Protoable
def toScala(proto: P): S
Inherited from
Scalable