Class

de.sciss.lucre.expr.graph.impl

ExpandedMapActOption

Related Doc: package impl

Permalink

final class ExpandedMapActOption[S <: Sys[S], A] extends IExpr[S, Option[Act]] with IEventImpl[S, Change[Option[Act]]] with Option[S]

Linear Supertypes
Option[S], IEventImpl[S, Change[Option[Act]]], IEvent[S, Change[Option[Act]]], Observable[S.Tx, Change[Option[Act]]], IExpr[S, Option[Act]], Disposable[S.Tx], IPublisher[S, Change[Option[Act]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpandedMapActOption
  2. Option
  3. IEventImpl
  4. IEvent
  5. Observable
  6. IExpr
  7. Disposable
  8. IPublisher
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpandedMapActOption(in: IExpr[S, Option[A]], fun: Act, tx0: S.Tx)(implicit targets: ITargets[S], ctx: Context[S])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def --->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    IEventImpl → IEvent
  4. def -/->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    IEventImpl → IEvent
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def changed: IEvent[S, Change[Option[Act]]]

    Permalink
    Definition Classes
    ExpandedMapActOption → IPublisher
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ExpandedMapActOption → Disposable
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def executeAction()(implicit tx: S.Tx): Boolean

    Permalink
    Definition Classes
    ExpandedMapActOptionOption
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def react(fun: (S.Tx) ⇒ (Change[Option[Act]]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    IEventImpl → Observable
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. implicit val targets: ITargets[S]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpandedMapActOption → IEventImpl
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. def value(implicit tx: S.Tx): Option[Act]

    Permalink
    Definition Classes
    ExpandedMapActOptionIExpr
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Option[S]

Inherited from IEventImpl[S, Change[Option[Act]]]

Inherited from IEvent[S, Change[Option[Act]]]

Inherited from Observable[S.Tx, Change[Option[Act]]]

Inherited from IExpr[S, Option[Act]]

Inherited from Disposable[S.Tx]

Inherited from IPublisher[S, Change[Option[Act]]]

Inherited from AnyRef

Inherited from Any

Ungrouped