Uses of Class
com.jnape.palatable.lambda.functions.ordering.ComparisonRelation.LessThan
Packages that use ComparisonRelation.LessThan
-
Uses of ComparisonRelation.LessThan in com.jnape.palatable.lambda.functions.ordering
Classes in com.jnape.palatable.lambda.functions.ordering that implement interfaces with type arguments of type ComparisonRelation.LessThanModifier and TypeClassDescriptionclassSpecializedCoProduct3representing the possible results of a ordered comparison.Fields in com.jnape.palatable.lambda.functions.ordering declared as ComparisonRelation.LessThanModifier and TypeFieldDescriptionprivate static final ComparisonRelation.LessThanComparisonRelation.LessThan.INSTANCEMethods in com.jnape.palatable.lambda.functions.ordering that return ComparisonRelation.LessThanModifier and TypeMethodDescriptionstatic ComparisonRelation.LessThanComparisonRelation.lessThan()Method parameters in com.jnape.palatable.lambda.functions.ordering with type arguments of type ComparisonRelation.LessThanModifier and TypeMethodDescription<R> RComparisonRelation.Equal.match(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn) <R> RComparisonRelation.GreaterThan.match(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn) <R> RComparisonRelation.LessThan.match(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn)