Package org.dmfs.jems2
Interface BiFunction<Argument1,Argument2,Result>
- All Superinterfaces:
FragileBiFunction<Argument1,Argument2, Result, RuntimeException>
- All Known Implementing Classes:
By,DelegatingBiFunction,PairingFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface BiFunction<Argument1,Argument2,Result>
extends FragileBiFunction<Argument1,Argument2,Result,RuntimeException>
A binary function.
- See Also:
-
Method Summary
-
Method Details
-
value
Returns the value of this function at the given arguments.- Specified by:
valuein interfaceFragileBiFunction<Argument1,Argument2, Result, RuntimeException>
-