Package org.dmfs.jems2.bifunction
Class DelegatingBiFunction<Left,Right,Result>
java.lang.Object
org.dmfs.jems2.bifunction.DelegatingBiFunction<Left,Right,Result>
- All Implemented Interfaces:
BiFunction<Left,,Right, Result> FragileBiFunction<Left,Right, Result, RuntimeException>
- Direct Known Subclasses:
By
public abstract class DelegatingBiFunction<Left,Right,Result>
extends Object
implements BiFunction<Left,Right,Result>
An abstract
BiFunction which delegates to another given BiFunction.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDelegatingBiFunction(BiFunction<Left, Right, Result> delegate) -
Method Summary
-
Constructor Details
-
DelegatingBiFunction
-
-
Method Details
-
value
Description copied from interface:BiFunctionReturns the value of this function at the given arguments.- Specified by:
valuein interfaceBiFunction<Left,Right, Result> - Specified by:
valuein interfaceFragileBiFunction<Left,Right, Result, RuntimeException>
-