Class

de.sciss.lucre.expr.graph.impl

ExpandedMapExSeq

Related Doc: package impl

Permalink

final class ExpandedMapExSeq[S <: Sys[S], A, B] extends IExpr[S, Seq[B]] with IEventImpl[S, Change[Seq[B]]]

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

Instance Constructors

  1. new ExpandedMapExSeq(in: IExpr[S, Seq[A]], it: Expanded[S, A], fun: Ex[B], 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[Seq[B]]]

    Permalink
    Definition Classes
    ExpandedMapExSeq → 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
    ExpandedMapExSeq → 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 finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def react(fun: (S.Tx) ⇒ (Change[Seq[B]]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ExpandedMapExSeq → IEventImpl
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def value(implicit tx: S.Tx): Seq[B]

    Permalink
    Definition Classes
    ExpandedMapExSeqIExpr
  24. final def wait(): Unit

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

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

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

Inherited from IEventImpl[S, Change[Seq[B]]]

Inherited from IEvent[S, Change[Seq[B]]]

Inherited from Observable[S.Tx, Change[Seq[B]]]

Inherited from IExpr[S, Seq[B]]

Inherited from Disposable[S.Tx]

Inherited from IPublisher[S, Change[Seq[B]]]

Inherited from AnyRef

Inherited from Any

Ungrouped