Uses of Interface
de.team33.patterns.exceptional.dione.XBiConsumer
-
Uses of XBiConsumer in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XBiConsumerModifier and TypeMethodDescriptionstatic <T,U> BiConsumer<T, U> Conversion.biConsumer(XBiConsumer<? super T, ? super U, ?> xBiConsumer) Converts anXBiConsumerthat may throw a checked exception to aBiConsumerthat, when executed, wraps any occurring checked exception as aWrappedException.final <T,U> BiConsumer<T, U> Converter.biConsumer(XBiConsumer<? super T, ? super U, ?> xBiConsumer) Converts anXBiConsumerthat may throw a checked exception to aBiConsumerthat, when executed, wraps any occurring checked exception as a specific unchecked exception.