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
Fields in com.jnape.palatable.lambda.functions.ordering declared as ComparisonRelation.LessThanModifier and TypeFieldDescriptionprivate static final ComparisonRelation.LessThan
ComparisonRelation.LessThan.INSTANCE
Methods in com.jnape.palatable.lambda.functions.ordering that return ComparisonRelation.LessThanModifier and TypeMethodDescriptionstatic ComparisonRelation.LessThan
ComparisonRelation.lessThan()
Method parameters in com.jnape.palatable.lambda.functions.ordering with type arguments of type ComparisonRelation.LessThanModifier and TypeMethodDescription<R> R
ComparisonRelation.Equal.match
(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn) <R> R
ComparisonRelation.GreaterThan.match
(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn) <R> R
ComparisonRelation.LessThan.match
(Fn1<? super ComparisonRelation.LessThan, ? extends R> aFn, Fn1<? super ComparisonRelation.Equal, ? extends R> bFn, Fn1<? super ComparisonRelation.GreaterThan, ? extends R> cFn)