Package org.anchoranalysis.core.functional.checked
package org.anchoranalysis.core.functional.checked
Versions of many functional-interfaces in
java.util.function that throw
checked-exceptions.-
InterfacesClassDescriptionCheckedBiConsumer<S,
T, E extends Exception> LikeBiConsumerbut can also throw a checked exception.CheckedBiFunction<S,T, V, E extends Exception> LikeBiFunctionbut can also throw a checked exception.CheckedBooleanSupplier<E extends Exception>LikeBooleanSupplierbut can also throw an exception.CheckedConsumer<S,E extends Exception> Consumes a value and throws an exception.CheckedFunction<S,V, E extends Exception> LikeFunctionbut can also thrown an exception.CheckedFunctionWithInt<S,V, E extends Exception> LikeFunctionWithIntbut can also throw a checked exception.CheckedIntConsumer<E extends Exception>Consumes anintand throws an exception.CheckedIntFunction<T,E extends Exception> LikeIntFunctionbut can also thrown an exception.CheckedPredicate<T,E extends Exception> LikePredicatebut can also throw an exception.CheckedRunnable<E extends Exception>LikeRunnablebut can also throw an exception.CheckedSupplier<T,E extends Exception> LikeSupplierbut can also throw an exception.CheckedToDoubleBiFunction<T,U, E extends Exception> LikeToDoubleBiFunctionbut can also thrown an exception.CheckedToDoubleFunction<T,E extends Exception> LikeToDoubleFunctionbut can also thrown an exception.CheckedToIntFunction<S,E extends Exception> LikeToIntFunctionbut can also thrown an exception.CheckedUnaryOperator<T,E extends Exception> Like aUnaryOperatorbut allows an exception to be thrown.