Class

de.sciss.fscape.stream.impl

AbstractSeqGen

Related Doc: package impl

Permalink

abstract class AbstractSeqGen[A, E >: Null <: BufElem[A]] extends NodeImpl[FanInShape3[E, E, BufL, E]] with GenIn3Impl[E, E, BufL, E]

Linear Supertypes
GenIn3Impl[E, E, BufL, E], FullInOutImpl[FanInShape3[E, E, BufL, E]], Out1LogicImpl[E, FanInShape3[E, E, BufL, E]], InOutImpl[FanInShape3[E, E, BufL, E]], NodeImpl[FanInShape3[E, E, BufL, E]], Node, GraphStageLogic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSeqGen
  2. GenIn3Impl
  3. FullInOutImpl
  4. Out1LogicImpl
  5. InOutImpl
  6. NodeImpl
  7. Node
  8. GraphStageLogic
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractSeqGen(name: String, shape: FanInShape3[E, E, BufL, E])(implicit ctrl: Control, tpe: StreamType[A, E])

    Permalink

Type Members

  1. class SubSinkInlet[T] extends AnyRef

    Permalink
    Definition Classes
    GraphStageLogic
  2. class SubSourceOutlet[T] extends AnyRef

    Permalink
    Definition Classes
    GraphStageLogic

Abstract Value Members

  1. abstract def inc(a: A, b: A): 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. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def abortEmitting(out: Outlet[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  5. final def abortReading(in: Inlet[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  6. def afterPostStop(): Unit

    Permalink
    Attributes
    protected[akka.stream]
    Definition Classes
    GraphStageLogic
  7. final def allocOutBuf0(): E

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractSeqGenOut1LogicImpl
  8. final def allocOutputBuffers(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Out1LogicImpl
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def beforePreStart(): Unit

    Permalink
    Attributes
    protected[akka.stream]
    Definition Classes
    GraphStageLogic
  11. final var bufIn0: E

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  12. final var bufIn1: E

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  13. final var bufIn2: BufL

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  14. final var bufOut0: E

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3ImplOut1LogicImpl
  15. final def canRead: Boolean

    Permalink

    Whether all inputs are available or have been closed and buffered.

    Whether all inputs are available or have been closed and buffered.

    Definition Classes
    GenIn3ImplFullInOutImpl
  16. final def canWrite: Boolean

    Permalink

    Whether all outputs are available for pushing.

    Whether all outputs are available for pushing.

    Definition Classes
    Out1LogicImplInOutImpl
  17. final def cancel[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def complete[T](out: Outlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  20. final def completeStage(): Unit

    Permalink
    Definition Classes
    GraphStageLogic
  21. final def conditionalTerminateInput(predicate: () ⇒ Boolean): InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  22. final def conditionalTerminateOutput(predicate: () ⇒ Boolean): OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  23. implicit final val control: Control

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImplNode
  24. final def createAsyncCallback[T](handler: Procedure[T]): AsyncCallback[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  25. final def eagerTerminateInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  26. final def eagerTerminateOutput: OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  27. final def emit[T](out: Outlet[T], elem: T, andThen: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  28. final def emit[T](out: Outlet[T], elem: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  29. final def emit[T](out: Outlet[T], elem: T, andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  30. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  31. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T], andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  32. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T], andThen: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  33. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  34. final def emitMultiple[T](out: Outlet[T], elems: Iterable[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  35. final def emitMultiple[T](out: Outlet[T], elems: Iterable[T], andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  36. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def fail[T](out: Outlet[T], ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  39. final def failAsync(ex: Exception): Unit

    Permalink
    Definition Classes
    NodeImplNode
  40. final def failStage(ex: Throwable): Unit

    Permalink
    Definition Classes
    GraphStageLogic
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. final def freeInputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3ImplFullInOutImpl
  43. final def freeOutputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3ImplInOutImpl
  44. final def getAsyncCallback[T](handler: (T) ⇒ Unit): AsyncCallback[T]

    Permalink
    Definition Classes
    GraphStageLogic
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def getHandler(out: Outlet[_]): OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  47. final def getHandler(in: Inlet[_]): InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  48. final def getStageActor(receive: ((ActorRef, Any)) ⇒ Unit): StageActor

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  49. final def grab[T](in: Inlet[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  50. final def hasBeenPulled[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  51. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def ignoreTerminateInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  53. final def ignoreTerminateOutput: OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  54. final def in0: Inlet[E]

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  55. final def in1: Inlet[E]

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  56. final def in2: Inlet[BufL]

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  57. val inCount: Int

    Permalink
    Definition Classes
    GraphStageLogic
  58. final def inValid: Boolean

    Permalink

    Whether all input buffers are valid.

    Whether all input buffers are valid.

    Definition Classes
    GenIn3ImplInOutImpl
  59. final def isAvailable[T](out: Outlet[T]): Boolean

    Permalink
    Definition Classes
    GraphStageLogic
  60. final def isAvailable[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  61. final def isClosed[T](out: Outlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  62. final def isClosed[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  63. final def isInAvailable[A](in: Inlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  64. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  65. final def isOutAvailable[A](out: Outlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  66. def materializer: Materializer

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  67. final val name: String

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImpl
  68. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  71. final def out0: Outlet[E]

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3ImplOut1LogicImpl
  72. val outCount: Int

    Permalink
    Definition Classes
    GraphStageLogic
  73. final def passAlong[Out, In <: Out](from: Inlet[In], to: Outlet[Out], doFinish: Boolean, doFail: Boolean, doPull: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  74. final def postStop(): Unit

    Permalink

    Calls stopped and then removes the node from the control.

    Calls stopped and then removes the node from the control.

    Definition Classes
    Node
  75. def preStart(): Unit

    Permalink
    Definition Classes
    GenIn3Impl
  76. final def process(): Unit

    Permalink
    Definition Classes
    AbstractSeqGenInOutImpl
    Annotations
    @tailrec()
  77. final def pull[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  78. final def push[T](out: Outlet[T], elem: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  79. final def read[T](in: Inlet[T], andThen: Procedure[T], onClose: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  80. final def read[T](in: Inlet[T])(andThen: (T) ⇒ Unit, onClose: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  81. final def readIns(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3ImplFullInOutImpl
  82. final def readN[T](in: Inlet[T], n: Int, andThen: Procedure[List[T]], onClose: Procedure[List[T]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  83. final def readN[T](in: Inlet[T], n: Int)(andThen: (Seq[T]) ⇒ Unit, onClose: (Seq[T]) ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  84. final def setHandler(out: Outlet[_], handler: OutHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  85. final def setHandler(in: Inlet[_], handler: InHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  86. final def setHandlers(in: Inlet[_], out: Outlet[_], handler: InHandler with OutHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  87. final def setInHandler[A](in: Inlet[A], h: InHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  88. final def setKeepGoing(enabled: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  89. final def setOutHandler[A](out: Outlet[A], h: OutHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  90. final val shape: FanInShape3[E, E, BufL, E]

    Permalink
    Definition Classes
    NodeImpl
  91. final def stageActor: StageActor

    Permalink
    Definition Classes
    GraphStageLogic
  92. def stopped(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenIn3Impl
  93. def subFusingMaterializer: Materializer

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  94. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    NodeImpl → AnyRef → Any
  96. final def totallyIgnorantInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  97. final def tryPull[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  98. final def updateCanRead(): Unit

    Permalink

    Requests the update of the canRead status.

    Requests the update of the canRead status.

    Definition Classes
    GenIn3ImplFullInOutImpl
  99. final def updateCanWrite(): Unit

    Permalink

    Requests the update of the canWrite status.

    Requests the update of the canWrite status.

    Definition Classes
    Out1LogicImplInOutImpl
  100. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def writeOuts(outOff: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Out1LogicImplInOutImpl

Inherited from GenIn3Impl[E, E, BufL, E]

Inherited from FullInOutImpl[FanInShape3[E, E, BufL, E]]

Inherited from Out1LogicImpl[E, FanInShape3[E, E, BufL, E]]

Inherited from InOutImpl[FanInShape3[E, E, BufL, E]]

Inherited from NodeImpl[FanInShape3[E, E, BufL, E]]

Inherited from Node

Inherited from GraphStageLogic

Inherited from AnyRef

Inherited from Any

Ungrouped