MapFromNulls

com.rallyhealth.weepickle.v1.core.Types.From.MapFromNulls
class MapFromNulls[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

override def transform[R](u: U, out: Visitor[_, R]): R

Attributes

Definition Classes
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