Uses of Interface
de.team33.patterns.exceptional.dione.XBiFunction
-
Uses of XBiFunction in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XBiFunctionModifier and TypeMethodDescriptionstatic <T,U, R> BiFunction<T, U, R> Conversion.biFunction(XBiFunction<? super T, ? super U, ? extends R, ?> xBiFunction) Converts anXBiFunctionthat may throw a checked exception to aBiFunctionthat, when executed, wraps any occurring checked exception as aWrappedException.final <T,U, R> BiFunction<T, U, R> Converter.biFunction(XBiFunction<? super T, ? super U, ? extends R, ?> xBiFunction) Converts anXBiFunctionthat may throw a checked exception to aBiFunctionthat, when executed, wraps any occurring checked exception as a specific unchecked exception.