T1
- Type of the first argumentT2
- Type of the first second argumentR
- Type of the return value.public interface BiFunction<T1,T2,R>
extends java.io.Serializable
java.lang.AutoCloseable
then it will be
automatically closed when the application terminates.Modifier and Type | Method and Description |
---|---|
R |
apply(T1 v1,
T2 v2) |