Collect

kreuzberg.RuntimeState.Collect
case class Collect[S](from: Seq[RuntimeState[S]]) extends RuntimeState[Seq[S]]

Collect multiple states

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
RuntimeState