implicit final class SourceShapeArrow[T] extends AnyVal with CombinerBase[T]

Source
Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceShapeArrow
  2. CombinerBase
  3. AnyVal
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SourceShapeArrow(s: SourceShape[T])

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def importAndGetPort(b: Builder[_]): Outlet[T]
    Definition Classes
    CombinerBase
  3. val s: SourceShape[T]
  4. def ~>(to: SinkShape[T])(implicit b: Builder[_]): Unit
    Definition Classes
    CombinerBase
  5. def ~>(to: [SinkShape[T], _])(implicit b: Builder[_]): Unit
    Definition Classes
    CombinerBase
  6. def ~>[Out](flow: FlowShape[T, Out])(implicit b: Builder[_]): PortOps[Out]
    Definition Classes
    CombinerBase
  7. def ~>[Out](junction: UniformFanOutShape[T, Out])(implicit b: Builder[_]): PortOps[Out]
    Definition Classes
    CombinerBase
  8. def ~>[Out](junction: UniformFanInShape[T, Out])(implicit b: Builder[_]): PortOps[Out]
    Definition Classes
    CombinerBase
  9. def ~>[Out](via: [FlowShape[T, Out], Any])(implicit b: Builder[_]): PortOps[Out]
    Definition Classes
    CombinerBase
  10. def ~>[U >: T](to: Inlet[U])(implicit b: Builder[_]): Unit
    Definition Classes
    CombinerBase