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