T1 - the first argument typeT2 - the second argument typepublic interface PlainBiConsumer<T1,T2> extends BiConsumer<T1,T2>
BiConsumer with suppressed exception on its
accept(Object, Object) method.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 t1,
T2 t2) |