T
- an argumentU
- another argumentR
- a resultpublic interface IBiFunction<T,U,R>
This class is called IBiFunction instead of BiFunction to prevent clashes with the one in Java 8.
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.