State

sealed trait State[T <: Txn[T]] extends IO[T]
trait IO[T]
class Object
trait Matchable
class Any
trait Complete[T]
trait Incomplete[T]

Value members

Abstract methods

def isComplete: Boolean
def rejectedInputs: Set[String]

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def acceptedInputs: Map[Key, Map[Input, Value]]
Inherited from:
IO
def outputs: List[OutputResult[T]]

Current set of used outputs (scan keys to number of channels). This is guaranteed to only grow during incremental building, never shrink.

Current set of used outputs (scan keys to number of channels). This is guaranteed to only grow during incremental building, never shrink.

Inherited from:
IO