Package org.anchoranalysis.math.relation
package org.anchoranalysis.math.relation
Different kinds of binary-relations.
-
ClassDescriptionLike
BiPredicate
but operates on doubles.Returns true if two values are equal, and false otherwise.Returns true iffvalueFirst
is greater thanvalueSecond
.Returns true iffvalueFirst
is greater than or equal tovalueSecond
.Returns true iffvalueFirst
is less thanvalueSecond
.Returns true iffvalueFirst
is less than or equal tovalueSecond
.Returns true if two values are not equal, and false otherwise.