Package akka.stream.impl.fusing
Class GroupBy<T,K>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<T,Source<T,NotUsed>>>
-
- akka.stream.impl.fusing.GroupBy<T,K>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T,K>
boolean$lessinit$greater$default$3()
boolean
allowClosedSubstreamRecreation()
GraphStageLogic
createLogic(Attributes inheritedAttributes)
Inlet<T>
in()
Attributes
initialAttributes()
scala.Function1<T,K>
keyFor()
int
maxSubstreams()
Outlet<Source<T,NotUsed>>
out()
FlowShape<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
-
$lessinit$greater$default$3
public static <T,K> boolean $lessinit$greater$default$3()
-
maxSubstreams
public int maxSubstreams()
-
allowClosedSubstreamRecreation
public boolean allowClosedSubstreamRecreation()
-
shape
public FlowShape<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)
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FlowShape<T,Source<T,NotUsed>>,NotUsed>
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<FlowShape<T,Source<T,NotUsed>>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-