@Beta public class OrderExpressions extends AbstractImmutableEntityList<OrderExpr>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderExpressions.Builder |
list| Modifier and Type | Method and Description |
|---|---|
static OrderExpressions.Builder |
create() |
static OrderExpressions |
empty() |
static OrderExpressions |
from(Collection<OrderExpr> orderExprs) |
static OrderExpressions |
from(OrderExpr... orderExprs) |
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static OrderExpressions empty()
public static OrderExpressions from(OrderExpr... orderExprs)
public static OrderExpressions from(Collection<OrderExpr> orderExprs)
public static OrderExpressions.Builder create()