Uses of Interface
de.treestack.throwing.BiConsumer
-
Uses of BiConsumer in de.treestack.throwing
Methods in de.treestack.throwing with parameters of type BiConsumerModifier and TypeMethodDescriptionstatic <T1,T2> BiConsumer <T1, T2> BiConsumer.unchecked(BiConsumer<? super T1, ? super T2, ?> function) Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.