Uses of Class
org.lambda.query.OrderBy.Order
| Package | Description |
|---|---|
| org.lambda.query |
-
Uses of OrderBy.Order in org.lambda.query
Methods in org.lambda.query that return OrderBy.Order Modifier and Type Method Description static OrderBy.OrderOrderBy.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderBy.Order[]OrderBy.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lambda.query with parameters of type OrderBy.Order Modifier and Type Method Description static <T> Queryable<T>Query. orderBy(List<T> list, OrderBy.Order order, Function1<T,Comparable<?>> f1)static <T, Out extends Comparable<Out>>
T[]Query. orderBy(T[] list, OrderBy.Order order, Function1<T,Out> f1)Queryable<In>Queryable. orderBy(OrderBy.Order order, Function1<In,Comparable<?>> f1)Constructors in org.lambda.query with parameters of type OrderBy.Order Constructor Description OrderBy(OrderBy.Order order, Function1<T,Out> f1)