UGenGraphBuilderImpl

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](context: Context[T], proc: Proc[T])(implicit tx: T): State[T]

'''Note''': The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction. That is to say, to be transactionally safe, it may only be stored in a TxnLocal, but not a full STM ref.

'''Note''': The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction. That is to say, to be transactionally safe, it may only be stored in a TxnLocal, but not a full STM ref.

def init[T <: Txn[LazyRef(...)]](proc: Proc[T])(implicit tx: T): Incomplete[T]