implicit final class FanInOps[In, Out] extends AnyVal with CombinerBase[Out] with ReverseCombinerBase[In]
- Source
- Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- FanInOps
- ReverseCombinerBase
- CombinerBase
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FanInOps(j: UniformFanInShape[In, Out])
Value Members
- def <~(from: SourceShape[In])(implicit b: Builder[_]): Unit
- Definition Classes
- ReverseCombinerBase
- def <~(from: [SourceShape[In], _])(implicit b: Builder[_]): Unit
- Definition Classes
- ReverseCombinerBase
- def <~[In](flow: FlowShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]
- Definition Classes
- ReverseCombinerBase
- def <~[In](junction: UniformFanInShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]
- Definition Classes
- ReverseCombinerBase
- def <~[In](junction: UniformFanOutShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]
- Definition Classes
- ReverseCombinerBase
- def <~[In](via: [FlowShape[In, In], _])(implicit b: Builder[_]): ReversePortOps[In]
- Definition Classes
- ReverseCombinerBase
- def <~[U <: In](from: Outlet[U])(implicit b: Builder[_]): Unit
- Definition Classes
- ReverseCombinerBase
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def importAndGetPort(b: Builder[_]): Outlet[Out]
- Definition Classes
- → CombinerBase
- def importAndGetPortReverse(b: Builder[_]): Inlet[In]
- Definition Classes
- → ReverseCombinerBase
- val j: UniformFanInShape[In, Out]
- def ~>(to: SinkShape[Out])(implicit b: Builder[_]): Unit
- Definition Classes
- CombinerBase
- def ~>(to: [SinkShape[Out], _])(implicit b: Builder[_]): Unit
- Definition Classes
- CombinerBase
- def ~>[Out](flow: FlowShape[Out, Out])(implicit b: Builder[_]): PortOps[Out]
- Definition Classes
- CombinerBase
- def ~>[Out](junction: UniformFanOutShape[Out, Out])(implicit b: Builder[_]): PortOps[Out]
- Definition Classes
- CombinerBase
- def ~>[Out](junction: UniformFanInShape[Out, Out])(implicit b: Builder[_]): PortOps[Out]
- Definition Classes
- CombinerBase
- def ~>[Out](via: [FlowShape[Out, Out], Any])(implicit b: Builder[_]): PortOps[Out]
- Definition Classes
- CombinerBase
- def ~>[U >: Out](to: Inlet[U])(implicit b: Builder[_]): Unit
- Definition Classes
- CombinerBase