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