TypeMapper

scalapb.TypeMapper
See theTypeMapper companion class
object TypeMapper

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeMapper.type

Members list

Value members

Concrete methods

def apply[BaseType, CustomType](baseToCustom: BaseType => CustomType)(customToBase: CustomType => BaseType): TypeMapper[BaseType, CustomType]

Implicits