Translator

org.hungerford.generic.schema.types.Translator$
See theTranslator companion trait
object Translator

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[T, Out0] = Translator[T] { type Out = Out0; }

Value members

Concrete methods

def apply[T, Out](implicit tr: Aux[T, Out]): Aux[T, Out]