Packages

c

akka.stream.impl.FanIn

InputBunch

abstract class InputBunch extends AnyRef

Source
FanIn.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputBunch
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputBunch(inputCount: Int, bufferSize: Int, pump: Pump)

Abstract Value Members

  1. abstract def onError(input: Int, e: Throwable): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from InputBunch to any2stringadd[InputBunch] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InputBunch, B)
    Implicit
    This member is added by an implicit conversion from InputBunch to ArrowAssoc[InputBunch] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val AllOfMarkedInputs: TransferState
  7. val AnyOfMarkedInputs: TransferState
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cancel(input: Int): Unit
  10. def cancel(): Unit
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dequeue(id: Int): Any
  13. def dequeueAndYield(id: Int): Any
  14. def dequeueAndYield(): Any
  15. def dequeuePreferring(preferred: Int): Any
  16. def ensuring(cond: (InputBunch) ⇒ Boolean, msg: ⇒ Any): InputBunch
    Implicit
    This member is added by an implicit conversion from InputBunch to Ensuring[InputBunch] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (InputBunch) ⇒ Boolean): InputBunch
    Implicit
    This member is added by an implicit conversion from InputBunch to Ensuring[InputBunch] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): InputBunch
    Implicit
    This member is added by an implicit conversion from InputBunch to Ensuring[InputBunch] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): InputBunch
    Implicit
    This member is added by an implicit conversion from InputBunch to Ensuring[InputBunch] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from InputBunch to StringFormat[InputBunch] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. def idToDequeue(): Int
  27. def inputsAvailableFor(id: Int): TransferState
  28. def inputsOrCompleteAvailableFor(id: Int): TransferState
  29. def isAllCompleted(): Boolean
  30. def isCancelled(input: Int): Boolean
  31. def isDepleted(input: Int): Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isPending(input: Int): Boolean
  34. def lastDequeuedId: Int
  35. def markAllInputs(): Unit
  36. def markInput(input: Int): Unit
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  40. def onCompleteWhenNoInput(): Unit
  41. def onDepleted(input: Int): Unit
  42. def subreceive: SubReceive
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    InputBunch → AnyRef → Any
  45. def unmarkAllInputs(): Unit
  46. def unmarkInput(input: Int): Unit
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (InputBunch, B)
    Implicit
    This member is added by an implicit conversion from InputBunch to ArrowAssoc[InputBunch] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InputBunch to any2stringadd[InputBunch]

Inherited by implicit conversion StringFormat from InputBunch to StringFormat[InputBunch]

Inherited by implicit conversion Ensuring from InputBunch to Ensuring[InputBunch]

Inherited by implicit conversion ArrowAssoc from InputBunch to ArrowAssoc[InputBunch]

Ungrouped