Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedIntConsumer
Packages that use CheckedIntConsumer
Package
Description
Utilities and interfaces for applying functional-programming.
Axis-aligned bounding-boxes and related operations.
-
Uses of CheckedIntConsumer in org.anchoranalysis.core.functional
Methods in org.anchoranalysis.core.functional with parameters of type CheckedIntConsumerModifier and TypeMethodDescriptionstatic <E extends Exception>
voidFunctionalIterate.repeatWithIndex
(int numberTimes, CheckedIntConsumer<E> operation) Repeats an operation a number of times, passing an increment index tooperation
each time. -
Uses of CheckedIntConsumer in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type CheckedIntConsumerModifier and TypeMethodDescription<E extends Exception>
voidExtent.iterateOverXYOffset
(CheckedIntConsumer<E> offsetConsumer) Calls processor once for each x and y-values but only passing an offset.<E extends Exception>
voidExtent.iterateOverZ
(CheckedIntConsumer<E> indexConsumer) Calls processor once for each z-value in the range.