Package com.dudko.tools.safejavastreams.function
package com.dudko.tools.safejavastreams.function
-
InterfacesClassDescriptionThrowingBiConsumer<T,
U> LikeBiConsumer<T, U>
but allows checked exceptions.ThrowingBiFunction<T,U, R> LikeBiFunction<T, U, R>
but allows checked exceptions.LikeConsumer<T>
but allows checked exceptions.ThrowingFunction<T,R> LikeFunction<T, R>
but allows checked exceptions.LikeRunnable
but allows checked exceptions.LikeSupplier<T>
but allows checked exceptions.