Uses of Interface
org.burningwave.core.function.ThrowingConsumer
| Package | Description |
|---|---|
| org.burningwave.core.function | |
| org.burningwave.core.iterable |
-
Uses of ThrowingConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>ThrowingConsumer. andThen(ThrowingConsumer<? super T,? extends E> after)Methods in org.burningwave.core.function with parameters of type ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>ThrowingConsumer. andThen(ThrowingConsumer<? super T,? extends E> after) -
Uses of ThrowingConsumer in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable with parameters of type ThrowingConsumer Modifier and Type Method Description <V, E extends Throwable>
voidIterableObjectHelper. deepClear(Collection<V> map, ThrowingConsumer<V,E> itemDestroyer)<V, E extends Throwable>
voidIterableObjectHelperImpl. deepClear(Collection<V> map, ThrowingConsumer<V,E> itemDestroyer)