Class 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>
    An abstract Function which delegates to another Function.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Result value​(Argument argument)
      Returns the value of this function at the given argument.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait