Packages

c

akka.stream.impl.FanOut

FanoutOutputs

class FanoutOutputs extends SimpleOutputs

Source
FanOut.scala
Linear Supertypes
SimpleOutputs, DefaultOutputTransferStates, Outputs, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FanoutOutputs
  2. SimpleOutputs
  3. DefaultOutputTransferStates
  4. Outputs
  5. AnyRef
  6. 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 FanoutOutputs(id: Int, _impl: ActorRef, _pump: Pump)

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 FanoutOutputs to any2stringadd[FanoutOutputs] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FanoutOutputs, B)
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to ArrowAssoc[FanoutOutputs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val NeedsDemand: TransferState
    Definition Classes
    DefaultOutputTransferStates → Outputs
  7. def NeedsDemandOrCancel: TransferState
    Definition Classes
    DefaultOutputTransferStates → Outputs
  8. val actor: ActorRef
    Definition Classes
    SimpleOutputs
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def cancel(): Unit
    Definition Classes
    SimpleOutputs → Outputs
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def complete(): Unit
    Definition Classes
    SimpleOutputs → Outputs
  13. def createSubscription(): Subscription
    Definition Classes
    FanoutOutputs → SimpleOutputs
  14. def demandAvailable: Boolean
    Definition Classes
    SimpleOutputs → Outputs
  15. def demandCount: Long
    Definition Classes
    SimpleOutputs → Outputs
  16. var downstreamCompleted: Boolean
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  17. var downstreamDemand: Long
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  18. def downstreamRunning: Receive
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  19. def enqueueOutputElement(elem: Any): Unit
    Definition Classes
    SimpleOutputs → Outputs
  20. def ensuring(cond: (FanoutOutputs) ⇒ Boolean, msg: ⇒ Any): FanoutOutputs
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to Ensuring[FanoutOutputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (FanoutOutputs) ⇒ Boolean): FanoutOutputs
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to Ensuring[FanoutOutputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): FanoutOutputs
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to Ensuring[FanoutOutputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): FanoutOutputs
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to Ensuring[FanoutOutputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def error(e: Throwable): Unit
    Definition Classes
    SimpleOutputs → Outputs
  27. var exposedPublisher: ActorPublisher[Any]
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to StringFormat[FanoutOutputs] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  32. val id: Int
  33. def isClosed: Boolean
    Definition Classes
    SimpleOutputs → Outputs
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isOpen: Boolean
    Definition Classes
    Outputs
  36. def isSubscribed: Boolean
    Definition Classes
    SimpleOutputs
  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. val pump: Pump
    Definition Classes
    SimpleOutputs
  41. def subreceive: SubReceive
    Definition Classes
    SimpleOutputs → Outputs
  42. var subscriber: Subscriber[Any]
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def waitingExposedPublisher: Receive
    Attributes
    protected
    Definition Classes
    SimpleOutputs
  49. def [B](y: B): (FanoutOutputs, B)
    Implicit
    This member is added by an implicit conversion from FanoutOutputs to ArrowAssoc[FanoutOutputs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SimpleOutputs

Inherited from DefaultOutputTransferStates

Inherited from Outputs

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped