@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(java.util.Collection<OrderExpr> orderExprs) |
static OrderExpressions |
from(OrderExpr... orderExprs) |
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
public static OrderExpressions empty()
public static OrderExpressions from(OrderExpr... orderExprs)
public static OrderExpressions from(java.util.Collection<OrderExpr> orderExprs)
public static OrderExpressions.Builder create()