Uses of Class
org.lambda.query.OrderBy
| Package | Description |
|---|---|
| org.lambda.query |
-
Uses of OrderBy in org.lambda.query
Methods in org.lambda.query that return OrderBy Modifier and Type Method Description static <T, Out extends Comparable<Out>>
OrderBy<T,Out>OrderBy. ascending(Function1<T,Out> f1)static <T, Out extends Comparable<Out>>
OrderBy<T,Out>OrderBy. descending(Function1<T,Out> f1)