Class

de.sciss.lucre.expr.graph.impl

MappedIExpr

Related Doc: package impl

Permalink

abstract class MappedIExpr[S <: Base[S], A1, A] extends IExpr[S, A] with IEventImpl[S, Change[A]]

Linear Supertypes
IEventImpl[S, Change[A]], IEvent[S, Change[A]], Observable[S.Tx, Change[A]], IExpr[S, A], Disposable[S.Tx], IPublisher[S, Change[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedIExpr
  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 MappedIExpr(in: IExpr[S, A1], tx0: S.Tx)(implicit targets: ITargets[S])

    Permalink

Abstract Value Members

  1. abstract def mapValue(inValue: A1)(implicit tx: S.Tx): A

    Permalink
    Attributes
    protected

Concrete 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[A]]

    Permalink
    Definition Classes
    MappedIExpr → 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
    MappedIExpr → 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[A]) ⇒ 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
    MappedIExpr → IEventImpl
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def value(implicit tx: S.Tx): A

    Permalink
    Definition Classes
    MappedIExprIExpr
  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[A]]

Inherited from IEvent[S, Change[A]]

Inherited from Observable[S.Tx, Change[A]]

Inherited from IExpr[S, A]

Inherited from Disposable[S.Tx]

Inherited from IPublisher[S, Change[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped