Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedBooleanSupplier
Packages that use CheckedBooleanSupplier
Package
Description
Utilities and interfaces for applying functional-programming.
-
Uses of CheckedBooleanSupplier in org.anchoranalysis.core.functional
Methods in org.anchoranalysis.core.functional with parameters of type CheckedBooleanSupplierModifier and TypeMethodDescriptionstatic <E extends Exception>
intFunctionalIterate.repeatCountSuccessful
(int numberTimes, CheckedBooleanSupplier<E> operation) Repeats an operation a number of times, counting the number of times the operation returns true.static <E extends Exception>
booleanFunctionalIterate.repeatUntil
(int maxNumberTimes, CheckedBooleanSupplier<E> supplier) Repeats an operation until a true value is returned.