Package com.hazelcast.jet.pipeline
Interface StreamStageWithKey.StageExtension<T,K,S>
- Type Parameters:
T- the type of the stream itemsK- the type of the key (if applicable)S- the type implementing additional methods forStreamStageWithKey
- Enclosing interface:
- StreamStageWithKey<T,
K>
public static interface StreamStageWithKey.StageExtension<T,K,S>
Extension of
StreamStageWithKey providing additional capabilities
or convenience methods on top of the default stage API using fluent
interface.- Since:
- 5.7
-
Method Summary
Modifier and TypeMethodDescriptionextend(StreamStageWithKey<T, K> streamStage) Provides additional API to given stage in a fluent way.
-
Method Details
-
extend
Provides additional API to given stage in a fluent way.- Parameters:
streamStage- stage to be extended- Returns:
- extended stage
-