Package akka.stream.impl.fusing
Class Split$
- java.lang.Object
-
- akka.stream.impl.fusing.Split$
-
public class Split$ extends java.lang.ObjectSplits before the current element. The current element will be the first element in the new substream.
-
-
Constructor Summary
Constructors Constructor Description Split$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Graph<FlowShape<T,Source<T,NotUsed>>,NotUsed>after(scala.Function1<T,java.lang.Object> p, SubstreamCancelStrategy substreamCancelStrategy)<T> Graph<FlowShape<T,Source<T,NotUsed>>,NotUsed>when(scala.Function1<T,java.lang.Object> p, SubstreamCancelStrategy substreamCancelStrategy)
-