Package org.apache.calcite.runtime
Interface PairList.IndexedBiConsumer<T,U>
- Type Parameters:
T
- First typeU
- Second type
public static interface PairList.IndexedBiConsumer<T,U>
Action to be taken each step of an indexed iteration over a PairList.
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
index
- Indext
- First input argumentu
- Second input argument
-