CaseW

com.rallyhealth.weepickle.v1.core.Types.CaseW
trait CaseW[In] extends From[In]

Attributes

Graph
Supertypes
trait From[In]
class Object
trait Matchable
class Any
Known subtypes
class SingletonW[T]

Members list

Value members

Abstract methods

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

Concrete methods

def transform0[Out](in: In, out: Visitor[_, Out]): Out

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
From