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,java.lang.RuntimeException>,Function<Argument,Result>
public abstract class DelegatingFunction<Argument,Result> extends java.lang.Object implements Function<Argument,Result>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelegatingFunction(Function<Argument,Result> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultvalue(Argument argument)Returns the value of this function at the given argument.
-