Packages

final case class Select(m: Ex[OscMessage], name: Ex[String], args: CaseDef[_]*) extends Act with Trig with Product with Serializable

Linear Supertypes
Serializable, Trig, Act, Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Select
  2. Serializable
  3. Trig
  4. Act
  5. Flow
  6. Lazy
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Select(m: Ex[OscMessage], name: Ex[String], args: CaseDef[_]*)

Type Members

  1. type Repr[T <: Txn[T]] = IAction[T] with ITrigger[T]
    Definition Classes
    SelectTrigActFlowLazy

Value Members

  1. val args: CaseDef[_]*
  2. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  3. val m: Ex[OscMessage]
  4. val name: Ex[String]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def productPrefix: String
    Definition Classes
    Select → Product