Uses of Interface
org.anchoranalysis.math.relation.DoubleBiPredicate
| Package | Description |
|---|---|
| org.anchoranalysis.math.relation |
Different kinds of binary-relations.
|
-
Uses of DoubleBiPredicate in org.anchoranalysis.math.relation
Classes in org.anchoranalysis.math.relation that implement DoubleBiPredicate Modifier and Type Class Description classEqualToReturns true if two values are equal, and false otherwise.classGreaterThanReturns true iffvalueFirstis greater thanvalueSecond.classGreaterThanEqualToReturns true iffvalueFirstis greater than or equal tovalueSecond.classLessThanReturns true iffvalueFirstis less thanvalueSecond.classLessThanEqualToReturns true iffvalueFirstis less than or equal tovalueSecond.classNotEqualToReturns true if two values are not equal, and false otherwise.