implicit final class FlowArrow[I, O, M] extends AnyVal

Source
Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowArrow
  2. AnyVal
  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. Protected

Instance Constructors

  1. new FlowArrow(f: [FlowShape[I, O], M])

Value Members

  1. def <~>[M2](flow: [FlowShape[O, I], M2])(implicit b: Builder[_]): Unit
  2. def <~>[I2, O2](bidi: BidiShape[O, O2, I2, I])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]
  3. def <~>[I2, O2, Mat](bidi: [BidiShape[O, O2, I2, I], Mat])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]
  4. val f: [FlowShape[I, O], M]
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any