Uses of Class
com.jnape.palatable.lambda.functions.ordering.ComparisonRelation
Packages that use ComparisonRelation
Package
Description
-
Uses of ComparisonRelation in com.jnape.palatable.lambda.functions.builtin.fn3
Classes in com.jnape.palatable.lambda.functions.builtin.fn3 that implement interfaces with type arguments of type ComparisonRelationModifier and TypeClassDescriptionfinal classCompare<A>Given aComparatorfrom some typeAand two values of typeA, return aComparisonRelationof the first value with reference to the second value (according toComparator.compare(Object, Object).Methods in com.jnape.palatable.lambda.functions.builtin.fn3 that return ComparisonRelationModifier and TypeMethodDescriptionCompare.checkedApply(Comparator<A> aComparator, A a, A a2) static <A> ComparisonRelationCompare.compare(Comparator<A> aComparator, A a, A a2) Methods in com.jnape.palatable.lambda.functions.builtin.fn3 that return types with arguments of type ComparisonRelationModifier and TypeMethodDescriptionstatic <A> Fn2<A, A, ComparisonRelation> Compare.compare(Comparator<A> comparator) static <A> Fn1<A, ComparisonRelation> Compare.compare(Comparator<A> comparator, A a) -
Uses of ComparisonRelation in com.jnape.palatable.lambda.functions.ordering
Subclasses of ComparisonRelation in com.jnape.palatable.lambda.functions.orderingModifier and TypeClassDescriptionstatic final classstatic final classstatic final classClasses in com.jnape.palatable.lambda.functions.ordering that implement interfaces with type arguments of type ComparisonRelationModifier and TypeClassDescriptionclassSpecializedCoProduct3representing the possible results of a ordered comparison.Methods in com.jnape.palatable.lambda.functions.ordering that return ComparisonRelationModifier and TypeMethodDescriptionstatic ComparisonRelationComparisonRelation.fromInt(int signifier) Return a comparison relation from the result of aComparatororComparableresult