Package akka.stream.impl.fusing
Class PrefixAndTail<T>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>>
-
- akka.stream.impl.fusing.PrefixAndTail<T>
-
-
Constructor Summary
Constructors Constructor Description PrefixAndTail(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
Inlet<T>
in()
Attributes
initialAttributes()
int
n()
Outlet<scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>
out()
FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.String
toString()
-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>,NotUsed>
-
n
public int n()
-
shape
public FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-