Interface Enumerables.Emitter<E,TResult>

Type Parameters:
E - element type
TResult - result type
Enclosing class:
Enumerables

public static interface Enumerables.Emitter<E,TResult>
Given a match (a list of rows, and their states) produces a list of rows to be output.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emit(List<E> rows, @Nullable List<Integer> rowStates, List<String> rowSymbols, int match, Consumer<TResult> consumer)