Packages

final class ReadExpanded[T <: Txn[T]] extends MappedIExpr[T, URI, Option[audiofile.AudioFileSpec]]

Attributes
protected
Linear Supertypes
MappedIExpr[T, URI, Option[audiofile.AudioFileSpec]], IChangeEventImpl[T, Option[audiofile.AudioFileSpec]], IChangeEvent[T, Option[audiofile.AudioFileSpec]], IEventImpl[T, Change[Option[audiofile.AudioFileSpec]]], IEvent[T, Change[Option[audiofile.AudioFileSpec]]], Observable[T, Change[Option[audiofile.AudioFileSpec]]], IExpr[T, Option[audiofile.AudioFileSpec]], Disposable[T], IChangePublisher[T, Option[audiofile.AudioFileSpec]], IPublisher[T, Change[Option[audiofile.AudioFileSpec]]], ExprLike[T, Option[audiofile.AudioFileSpec]], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadExpanded
  2. MappedIExpr
  3. IChangeEventImpl
  4. IChangeEvent
  5. IEventImpl
  6. IEvent
  7. Observable
  8. IExpr
  9. Disposable
  10. IChangePublisher
  11. IPublisher
  12. ExprLike
  13. Form
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReadExpanded(in: IExpr[T, URI], tx0: T)(implicit targets: ITargets[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def --->(sink: IEvent[T, Any])(implicit tx: T): Unit

    Connects the given selector to this event.

    Connects the given selector to this event. That is, this event will add the selector to its propagation targets.

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

    Disconnects the given selector from this event.

    Disconnects the given selector from this event. That is, this event will remove the selector from its propagation targets.

    Definition Classes
    IEventImpl → IEvent
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def changed: IChangeEvent[T, Option[audiofile.AudioFileSpec]]
    Definition Classes
    MappedIExpr → IChangePublisherIPublisherExprLike
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def dispose()(implicit tx: T): Unit
    Definition Classes
    MappedIExpr → Disposable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mapValue(inValue: URI)(implicit tx: T): Option[audiofile.AudioFileSpec]
    Attributes
    protected
    Definition Classes
    ReadExpanded → MappedIExpr
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def react(fun: (T) => (Change[Option[audiofile.AudioFileSpec]]) => Unit)(implicit tx: T): Disposable[T]

    Registers a live observer with this observable.

    Registers a live observer with this observable. The method is called with the observing function which receives the observable's update message of type A, and the method generates an opaque Disposable instance, which may be used to remove the observer eventually (through the dispose method).

    Definition Classes
    IEventImpl → Observable
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. implicit val targets: ITargets[T]
    Attributes
    protected
    Definition Classes
    MappedIExpr → IChangeEventImpl → IEventImpl
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def value(implicit tx: T): Option[audiofile.AudioFileSpec]
    Definition Classes
    MappedIExpr → IExprExprLike
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MappedIExpr[T, URI, Option[audiofile.AudioFileSpec]]

Inherited from IChangeEventImpl[T, Option[audiofile.AudioFileSpec]]

Inherited from IChangeEvent[T, Option[audiofile.AudioFileSpec]]

Inherited from IEventImpl[T, Change[Option[audiofile.AudioFileSpec]]]

Inherited from IEvent[T, Change[Option[audiofile.AudioFileSpec]]]

Inherited from Observable[T, Change[Option[audiofile.AudioFileSpec]]]

Inherited from IExpr[T, Option[audiofile.AudioFileSpec]]

Inherited from Disposable[T]

Inherited from IChangePublisher[T, Option[audiofile.AudioFileSpec]]

Inherited from IPublisher[T, Change[Option[audiofile.AudioFileSpec]]]

Inherited from ExprLike[T, Option[audiofile.AudioFileSpec]]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped