Packages

final class ForwardOps[T] extends AnyRef

Source
Graph.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardOps
  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 ForwardOps(out: Outlet[T])

Value Members

  1. def out(): Outlet[T]
  2. def to(dst: SinkShape[_ >: T]): Builder[Mat]
  3. def toFanIn[U](j: UniformFanInShape[_ >: T, U]): Builder[Mat]
  4. def toFanOut[U](j: UniformFanOutShape[_ >: T, U]): Builder[Mat]
  5. def toInlet(in: Inlet[_ >: T]): Builder[Mat]
  6. def via[U](f: FlowShape[_ >: T, U]): ForwardOps[U]
  7. def viaFanIn[U](j: UniformFanInShape[_ >: T, U]): ForwardOps[U]
  8. def viaFanOut[U](j: UniformFanOutShape[_ >: T, U]): ForwardOps[U]