Interface StreamStageWithKey.StageExtension<T,K,S>

Type Parameters:
T - the type of the stream items
K - the type of the key (if applicable)
S - the type implementing additional methods for StreamStageWithKey
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 Type
    Method
    Description
    extend(StreamStageWithKey<T,K> streamStage)
    Provides additional API to given stage in a fluent way.
  • Method Details

    • extend

      @Nonnull S extend(@Nonnull StreamStageWithKey<T,K> streamStage)
      Provides additional API to given stage in a fluent way.
      Parameters:
      streamStage - stage to be extended
      Returns:
      extended stage