Interface PlainFunction<T,​R>

  • Type Parameters:
    T - the input value type
    R - the output value type
    All Superinterfaces:
    Function<T,​R>

    public interface PlainFunction<T,​R>
    extends Function<T,​R>
    A Function with suppressed exception on its apply(Object) method.