Uses of Enum Class
org.lambda.query.OrderBy.Order
Packages that use OrderBy.Order
-
Uses of OrderBy.Order in org.lambda.query
Methods in org.lambda.query that return OrderBy.OrderModifier and TypeMethodDescriptionstatic OrderBy.OrderReturns the enum constant of this class with the specified name.static OrderBy.Order[]OrderBy.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lambda.query with parameters of type OrderBy.OrderModifier and TypeMethodDescriptionstatic <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.orderBy(OrderBy.Order order, Function1<In, Comparable<?>> f1) Constructors in org.lambda.query with parameters of type OrderBy.Order