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

Concrete methods

override def read(): S

Read the state from Handler

Read the state from Handler

Attributes

Definition Classes

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