- Type Parameters:
O
- output type
I
- input type
- All Superinterfaces:
- java.io.Serializable, TFunction<O,I>
- All Known Subinterfaces:
- WindowComputeFunc<O,I>
- All Known Implementing Classes:
- BaseComputeFunc, ComputeFunctions.ComputeFuncImpl, ForEachCompute, ForEachIterCompute, GatherForEachCompute, MapCompute, ProcessWindowCompute
public interface ComputeFunc<O,I>
extends TFunction<O,I>
Computes an output of type O based on an input of type I