Interface PlainBiFunction<T1,​T2,​R>

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

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