Interface BatchStageWithKey.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 BatchStageWithKey
Enclosing interface:
BatchStageWithKey<T,K>

public static interface BatchStageWithKey.StageExtension<T,K,S>
Extension of BatchStageWithKey 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(BatchStageWithKey<T,K> batchStageWithKey)
    Provides additional API to given stage in a fluent way.
  • Method Details

    • extend

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