Package net.tangly.commons.lang.exceptions
package net.tangly.commons.lang.exceptions
-
ClassDescriptionThe exception mapper processes an exception and executes associated instructions with the helper.ThrowingConsumer<T,
E extends Exception> Wrapper for a consumer throwing a checked exception to enable use in streams.ThrowingFunction<T,R, E extends Exception> Wrapper for a function throwing a checked exception to enable use in streams.ThrowingPredicate<T,E extends Exception> Wrapper for a predicate throwing a checked exception to enable use in streams.