MapFrom

com.rallyhealth.weepickle.v1.core.Types.From.MapFrom
class MapFrom[U, T](src: From[T], f: U => T) extends From[U]

Attributes

Graph
Supertypes
trait From[U]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def transform0[R](v: U, out: Visitor[_, R]): R

Inherited methods

def comap[U](f: U => U): MapFrom[U, In]

Attributes

Inherited from:
From
def comapNulls[U](f: U => U): MapFromNulls[U, In]

Attributes

Inherited from:
From
def narrow[K]: From[K]

Attributes

Inherited from:
From
def transform[Out](in: U, out: Visitor[_, Out]): Out

Attributes

Inherited from:
From