implicit final class BidiFlowShapeArrow[I1, O1, I2, O2] extends AnyVal

Source
Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BidiFlowShapeArrow
  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 BidiFlowShapeArrow(bidi: BidiShape[I1, O1, I2, O2])

Value Members

  1. def <~>[M](f: [FlowShape[O1, I2], M])(implicit b: Builder[_]): Unit
  2. def <~>(flow: FlowShape[O1, I2])(implicit b: Builder[_]): Unit
  3. def <~>[I3, O3, M](otherFlow: [BidiShape[O1, O3, I3, I2], M])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]
  4. def <~>[I3, O3](other: BidiShape[O1, O3, I3, I2])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]
  5. val bidi: BidiShape[I1, O1, I2, O2]
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any