Interface PlainFunction3<T1,​T2,​T3,​R>

  • Type Parameters:
    T1 - the first argument type
    T2 - the second argument type
    T3 - the third argument type
    R - the output value type
    All Superinterfaces:
    Function3<T1,​T2,​T3,​R>

    public interface PlainFunction3<T1,​T2,​T3,​R>
    extends Function3<T1,​T2,​T3,​R>
    A Function3 with suppressed exception on its apply(Object, Object, Object) method.