Const

kreuzberg.RuntimeState.Const
case class Const[S](value: S) extends RuntimeState[S]

A constant pseudo state.

Attributes

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

Members list

Value members

Inherited methods

def map[S2](f: S => 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[(S, S2)]

Attributes

Inherited from:
RuntimeState