implicit final class BidiFlowShapeArrow[I1, O1, I2, O2] extends AnyVal
- Source
- Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- BidiFlowShapeArrow
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def <~>[M](f: [FlowShape[O1, I2], M])(implicit b: Builder[_]): Unit
- def <~>(flow: FlowShape[O1, I2])(implicit b: Builder[_]): Unit
- def <~>[I3, O3, M](otherFlow: [BidiShape[O1, O3, I3, I2], M])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]
- def <~>[I3, O3](other: BidiShape[O1, O3, I3, I2])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]
- val bidi: BidiShape[I1, O1, I2, O2]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any