Action

final case
class Action(trig: GE, key: String) extends Expander[Unit] with HasSideEffect

A graph element that executes an action upon receiving a trigger.

Value Params
key

a key into the process' attribute map. the value peer stored at that location should be of type proc.Action

trig

the trigger input signal

Companion
object
trait Serializable
trait HasSideEffect
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product