implicit final class Graph FOS2 funs[A, Y, Z, M] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graph FOS2 funs
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Graph FOS2 funs(g: Graph[FanOutShape2[A, Y, Z], M])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def divertToHead(implicit noM: <~<[M, NotUsed]): Flow[A, Y, Future[Z]]
Several of the graphs here have a second output guaranteed to deliver only one value.
Several of the graphs here have a second output guaranteed to deliver only one value. This turns such a graph into a flow with the value materialized.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any