| Package | Description |
|---|---|
| com.pivovarit.function |
The
com.pivovarit.function package contains checked equivalents of the java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiConsumer<T,U,E> |
ThrowingBiConsumer.andThenConsume(ThrowingBiConsumer<? super T,? super U,? extends E> after) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiConsumer<T,U,E> |
ThrowingBiConsumer.andThenConsume(ThrowingBiConsumer<? super T,? super U,? extends E> after) |
static <T,U> BiConsumer<T,U> |
ThrowingBiConsumer.sneaky(ThrowingBiConsumer<T,U,?> consumer)
Returns a new BiConsumer instance which rethrows the checked exception using the Sneaky Throws pattern
|
static <T,U> BiConsumer<T,U> |
ThrowingBiConsumer.unchecked(ThrowingBiConsumer<T,U,?> consumer) |
Copyright © 2020. All rights reserved.