Interface PlainBiConsumer<T1,​T2>

  • Type Parameters:
    T1 - the first argument type
    T2 - the second argument type
    All Superinterfaces:
    BiConsumer<T1,​T2>

    public interface PlainBiConsumer<T1,​T2>
    extends BiConsumer<T1,​T2>
    A BiConsumer with suppressed exception on its accept(Object, Object) method.
    Since:
    0.18.0