Package org.dmfs.jems2.function
Class DelegatingFunction<Argument,Result>
java.lang.Object
org.dmfs.jems2.function.DelegatingFunction<Argument,Result>
- All Implemented Interfaces:
FragileFunction<Argument,,Result, RuntimeException> Function<Argument,,Result> ThrowingFunction<Argument,Result>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DelegatingFunction
-
-
Method Details
-
value
Description copied from interface:FunctionReturns the value of this function at the given argument.- Specified by:
valuein interfaceFragileFunction<Argument,Result, RuntimeException> - Specified by:
valuein interfaceFunction<Argument,Result> - Specified by:
valuein interfaceThrowingFunction<Argument,Result>
-