Package com.hazelcast.jet.core.function
package com.hazelcast.jet.core.function
Functional interfaces used by Jet Core API
- Since:
- Jet 3.0
-
ClassDescriptionKeyedWindowResultFunction<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
.