Mapping

kreuzberg.RuntimeState.Mapping
case class Mapping[S1, S2](from: RuntimeState[S1], mapFn: S1 => S2) extends RuntimeState[S2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RuntimeState[S2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[S2](f: S2 => S2): RuntimeState[S2]

Attributes

Inherited from:
RuntimeState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def zip[S2](other: RuntimeState[S2]): RuntimeState[(S2, S2)]

Attributes

Inherited from:
RuntimeState