Uses of Interface
com.dudko.tools.safejavastreams.function.ThrowingBiFunction
Packages that use ThrowingBiFunction
-
Uses of ThrowingBiFunction in com.dudko.tools.safejavastreams.adapter
Methods in com.dudko.tools.safejavastreams.adapter with parameters of type ThrowingBiFunctionModifier and TypeMethodDescriptionstatic <T,
U, R> BiFunction<T, U, R> CheckedAdapters.wrapBiFunction
(ThrowingBiFunction<T, U, R> function) Wraps a ThrowingBiFunction and rethrows as unchecked RuntimeException.