And

kreuzberg.RuntimeState.And
case class And[S1, S2](left: RuntimeState[S1], right: RuntimeState[S2]) extends RuntimeState[(S1, S2)]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
RuntimeState