Trait

de.sciss.fscape.stream

Node

Related Doc: package stream

Permalink

trait Node extends AnyRef

Self Type
Node with GraphStageLogic
Linear Supertypes
AnyRef, Any
Known Subclasses
AbstractClipFoldWrapD, AbstractClipFoldWrapI, AbstractClipFoldWrapL, AbstractLogic, AbstractSeqGen, ChunkImpl, Complex1FFTLogicImpl, Complex1IFFTLogicImpl, Complex2FFT2LogicImpl, Complex2IFFT2LogicImpl, DemandChunkImpl, DemandFilterIn3, DemandFilterIn3D, DemandFilterIn4, DemandFilterIn4D, DemandFilterIn5, DemandFilterIn5D, DemandFilterIn6, DemandFilterIn6D, DemandFilterIn8, DemandFilterIn8D, DemandFilterLogic, DemandGenIn3, DemandGenIn3D, DemandInOutImpl, DemandWindowedLogic, DualAuxChunkImpl, DualAuxWindowedLogic, FFT2FullLogicImpl, FFT2HalfLogicImpl, FFT2LogicImpl, FFTFullLogicImpl, FFTHalfLogicImpl, FFTLogicImpl, FilterChunkImpl, FilterIn10DImpl, FilterIn10Impl, FilterIn1DImpl, FilterIn1IImpl, FilterIn1Impl, FilterIn1LImpl, FilterIn2DImpl, FilterIn2IImpl, FilterIn2Impl, FilterIn3DImpl, FilterIn3Impl, FilterIn4DImpl, FilterIn4Impl, FilterIn5DImpl, FilterIn5Impl, FilterIn6DImpl, FilterIn6Impl, FilterLogicImpl, FullInOutImpl, GenChunkImpl, GenIn0DImpl, GenIn0Impl, GenIn1DImpl, GenIn1Impl, GenIn2DImpl, GenIn2IImpl, GenIn2Impl, GenIn3DImpl, GenIn3Impl, GenIn4DImpl, GenIn4Impl, ImageFileInImpl, ImageFileOutImpl, ImageFileSeqOutImpl, ImageFileSingleOutImpl, In2Impl, In6Out3Impl, InOutImpl, NodeHasInit, NodeHasInitImpl, NodeImpl, Out1DoubleImpl, Out1IntImpl, Out1LogicImpl, Out1LongImpl, PollImpl, Real1FFTLogicImpl, Real1FullFFTLogicImpl, Real1FullIFFT2LogicImpl, Real1FullIFFTLogicImpl, Real1IFFTLogicImpl, Real2FFTLogicImpl, Real2FullFFT2LogicImpl, Real2IFFTLogicImpl, ResampleImpl, RunningValueImpl, RunningWindowValueImpl, SameChunkImpl, Sink1Impl, Sink2Impl, SinkImpl, WindowedLogicImpl
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def completeAsync(): Future[Unit]

    Permalink
  2. implicit abstract def control: Control

    Permalink
    Attributes
    protected
  3. abstract def failAsync(ex: Exception): Unit

    Permalink
  4. abstract def launchAsync(): Future[Unit]

    Permalink
  5. abstract def layer: Layer

    Permalink
  6. abstract def shape: Shape

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def postStop(): Unit

    Permalink

    Calls stopped and then removes the node from the control.

  16. final def preStart(): Unit

    Permalink

    Final so we don't accidentally place code here.

    Final so we don't accidentally place code here. In order to initialize state, use NodeHasInitImpl and implement init.

  17. def stopped(): Unit

    Permalink

    Subclasses can override this

    Subclasses can override this

    Attributes
    protected
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped