SingletonW

com.rallyhealth.weepickle.v1.core.Types.SingletonW
class SingletonW[T](f: T) extends CaseW[T]

Attributes

Graph
Supertypes
trait CaseW[T]
trait From[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def length(v: T): Int
def writeToObject[R](ctx: ObjVisitor[_, R], v: T): Unit

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
From
def transform0[Out](in: T, out: Visitor[_, Out]): Out

Attributes

Inherited from:
CaseW