Uses of Interface
org.burningwave.core.function.ThrowingBiConsumer
| Package | Description |
|---|---|
| org.burningwave.core.concurrent | |
| org.burningwave.core.function | |
| org.burningwave.core.iterable |
-
Uses of ThrowingBiConsumer in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingBiConsumer Modifier and Type Method Description TQueuedTasksExecutor.TaskAbst. setExceptionHandler(ThrowingBiConsumer<T,Throwable,Throwable> exceptionHandler) -
Uses of ThrowingBiConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<P0,P1,E>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super P0,? super P1,? extends E> after)Methods in org.burningwave.core.function with parameters of type ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<P0,P1,E>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super P0,? super P1,? extends E> after) -
Uses of ThrowingBiConsumer in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable with parameters of type ThrowingBiConsumer Modifier and Type Method Description <K, V, E extends Throwable>
voidIterableObjectHelper. deepClear(Map<K,V> map, ThrowingBiConsumer<K,V,E> itemDestroyer)<K, V, E extends Throwable>
voidIterableObjectHelperImpl. deepClear(Map<K,V> map, ThrowingBiConsumer<K,V,E> itemDestroyer)