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 GraphStageLogiccreateLogic(Attributes inheritedAttributes)Inlet<T>in()AttributesinitialAttributes()intn()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.StringtoString()-
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:
createLogicin classGraphStage<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin 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:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-