| Package | Description |
|---|---|
| org.lambda.query |
| Modifier and Type | Method and Description |
|---|---|
static OrderBy.Order |
OrderBy.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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Queryable<T> |
Query.orderBy(List<T> list,
OrderBy.Order order,
Function1<T,Comparable<?>> f1) |
Queryable<In> |
Queryable.orderBy(OrderBy.Order order,
Function1<In,Comparable<?>> f1) |
static <T,Out extends Comparable<Out>> |
Query.orderBy(T[] list,
OrderBy.Order order,
Function1<T,Out> f1) |
| Constructor and Description |
|---|
OrderBy(OrderBy.Order order,
Function1<T,Out> f1) |
Copyright © 2022. All rights reserved.