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>

public abstract class DelegatingFunction<Argument,Result> extends Object implements Function<Argument,Result>
An abstract Function which delegates to another Function.