MkValueResponder

abstract
class MkValueResponder[T <: Txn[T]](key: String, val synth: Synth)(implicit context: AuralContext[T]) extends SendReplyResponder
Companion
object
trait DynamicUser
trait Disposable[RT]
class Object
trait Matchable
class Any
class WithEx[T, A]
class WithExpr[T, A, Repr]
class WithVec[T, A, Repr]

Type members

Inherited types

protected
type Body = PartialFunction[Message, Unit]
Inherited from
SendReplyResponder

Value members

Inherited methods

final
def add()(implicit tx: RT): Unit
Inherited from
SendReplyResponder
def dispose()(implicit tx: RT): Unit

The user implements dispose by simply calling remove.

The user implements dispose by simply calling remove.

Inherited from
DynamicUser
final
def remove()(implicit tx: RT): Unit
Inherited from
SendReplyResponder