Package ch.tocco.nice2.toolbox.api.functional
package ch.tocco.nice2.toolbox.api.functional
-
ClassDescriptionCheckedBiFunction<T,
U, R> A bi-function which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APIan extension ofCallable
which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APIA consumer which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APICheckedFunction<T,R> A function which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APIallows easy wrapping of regular function interfaces into our own that handle exceptionsA predicate which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APIan extension ofRunnable
which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream APIan extension ofSupplier
which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream API