Uses of Interface
org.anchoranalysis.core.functional.unchecked.IntBinaryPredicate
Packages that use IntBinaryPredicate
Package
Description
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Uses of IntBinaryPredicate in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point with parameters of type IntBinaryPredicateModifier and TypeMethodDescriptiondefault boolean
ReadableTuple3i.matchAllDimensions
(ReadableTuple3i point, IntBinaryPredicate predicate) Whether the values in each dimension satisfy a predicate, where the value in the current object is the left argument, and the corresponding value inpoint
forms the right argument.