Uses of Interface
org.burningwave.core.function.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer<P0, P1, E> ThrowingBiConsumer.andThen(ThrowingBiConsumer<? super P0, ? super P1, ? extends E> after) Methods in org.burningwave.core.function with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptiondefault 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 ThrowingBiConsumerModifier and TypeMethodDescription<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)