Uses of Class
com.jnape.palatable.lambda.functions.ordering.ComparisonRelation.LessThan
-
Packages that use ComparisonRelation.LessThan Package Description com.jnape.palatable.lambda.functions.ordering -
-
Uses of ComparisonRelation.LessThan in com.jnape.palatable.lambda.functions.ordering
Fields in com.jnape.palatable.lambda.functions.ordering declared as ComparisonRelation.LessThan Modifier and Type Field Description private static ComparisonRelation.LessThan
ComparisonRelation.LessThan. INSTANCE
Methods in com.jnape.palatable.lambda.functions.ordering that return ComparisonRelation.LessThan Modifier and Type Method Description static ComparisonRelation.LessThan
ComparisonRelation. lessThan()
Method parameters in com.jnape.palatable.lambda.functions.ordering with type arguments of type ComparisonRelation.LessThan Modifier and Type Method Description <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)
-