Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedToIntFunction
Packages that use CheckedToIntFunction
Package
Description
Utilities and interfaces for applying functional-programming.
-
Uses of CheckedToIntFunction in org.anchoranalysis.core.functional
Methods in org.anchoranalysis.core.functional with parameters of type CheckedToIntFunctionModifier and TypeMethodDescriptionCheckedStream.mapToInt
(Stream<S> stream, Class<? extends Exception> throwableClass, CheckedToIntFunction<S, E> mapFunction) Performs aStream.mapToInt(java.util.function.ToIntFunction<? super T>)
but accepts a function that can throw a checked-exception.