Or

class Or(val left: Flow, val right: Flow) extends Flow
trait Flow
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def copy(): Flow
Definition Classes

Inherited methods

def *(i: Int): Flow
Inherited from
Flow
def +(t: Task): Flow
Inherited from
Flow
def +(f: Flow): Flow
Inherited from
Flow
def >(t: Task): Flow
Inherited from
Flow
def >(f: Flow): Flow
Inherited from
Flow
Inherited from
Flow
def simulation(name: String, manager: Manager): FlowSimulation
Inherited from
Flow
def |(t: Task): Flow
Inherited from
Flow
def |(f: Flow): Flow
Inherited from
Flow

Concrete fields

val left: Flow
val right: Flow

Inherited fields

val id: UUID
Inherited from
Flow