public interface IgniteFunction<T,R> extends Function<T,R>, Serializable
Function
Modifier and Type | Method and Description |
---|---|
default <V> IgniteFunction<T,V> |
andThen(IgniteFunction<? super R,? extends V> after)
Compose this function and given function.
|
static <T,R> IgniteFunction<T,R> |
constant(R r)
IgniteFunction returning specified constant. |
static <T> IgniteFunction<T,T> |
identity()
Identity function.
|
static <T,R> IgniteFunction<T,R> constant(R r)
IgniteFunction
returning specified constant.T
- Type of input.R
- Type of output.r
- Constant to return.IgniteFunction
returning specified constant.default <V> IgniteFunction<T,V> andThen(IgniteFunction<? super R,? extends V> after)
V
- Type of value which result of after
extends.after
- Function to compose with.static <T> IgniteFunction<T,T> identity()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024