Package com.hazelcast.jet.core.function
Functional interfaces used by Jet Core API
- Since:
- Jet 3.0
-
Interface Summary Interface Description KeyedWindowResultFunction<K,R,OUT> Represents the function you pass to windowing processors such asaggregateToSlidingWindowP()
andaggregateToSessionWindowP()
asmapToOutputFn
.ObjLongBiFunction<T,R> Represents a specialization ofBiFunction
where the second argument is along
.