Package akka.stream.javadsl
Class GraphDSL.Builder.ForwardOps<T>
- java.lang.Object
-
- akka.stream.javadsl.GraphDSL.Builder.ForwardOps<T>
-
- Enclosing class:
- GraphDSL.Builder<Mat>
public final class GraphDSL.Builder.ForwardOps<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ForwardOps(Outlet<T> _out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Outlet<T>out()GraphDSL.Builder<Mat>to(SinkShape<? super T> dst)<U> GraphDSL.Builder<Mat>toFanIn(UniformFanInShape<? super T,U> j)<U> GraphDSL.Builder<Mat>toFanOut(UniformFanOutShape<? super T,U> j)GraphDSL.Builder<Mat>toInlet(Inlet<? super T> in)<U> GraphDSL.Builder.ForwardOps<U>via(FlowShape<? super T,U> f)<U> GraphDSL.Builder.ForwardOps<U>viaFanIn(UniformFanInShape<? super T,U> j)<U> GraphDSL.Builder.ForwardOps<U>viaFanOut(UniformFanOutShape<? super T,U> j)
-
-
-
Method Detail
-
to
public GraphDSL.Builder<Mat> to(SinkShape<? super T> dst)
-
toFanIn
public <U> GraphDSL.Builder<Mat> toFanIn(UniformFanInShape<? super T,U> j)
-
toFanOut
public <U> GraphDSL.Builder<Mat> toFanOut(UniformFanOutShape<? super T,U> j)
-
toInlet
public GraphDSL.Builder<Mat> toInlet(Inlet<? super T> in)
-
via
public <U> GraphDSL.Builder.ForwardOps<U> via(FlowShape<? super T,U> f)
-
viaFanIn
public <U> GraphDSL.Builder.ForwardOps<U> viaFanIn(UniformFanInShape<? super T,U> j)
-
viaFanOut
public <U> GraphDSL.Builder.ForwardOps<U> viaFanOut(UniformFanOutShape<? super T,U> j)
-
-