public class ListValue extends AbstractValue<ListValue> implements CqnListValue
cdsType
Modifier and Type | Method and Description |
---|---|
protected Jsonizer |
json() |
static ListValue |
of(Collection<? extends CqnValue> values) |
static ListValue |
of(Stream<? extends CqnValue> values) |
int |
size() |
Stream<CqnValue> |
values() |
as, asc, ascNullsLast, average, between, between, between, between, contains, contains, contains, countDistinct, desc, descNullsFirst, dividedBy, dividedBy, endsWith, endsWith, eq, eq, func, ge, ge, gt, gt, in, in, in, in, is, is, isNot, isNot, isNotNull, isNull, le, le, lt, lt, max, min, minus, minus, ne, ne, plain, plus, plus, startsWith, startsWith, substring, substring, substring, substring, sum, times, times, toJson, toLower, toString, toUpper, type, type, type, type, withoutAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, asList, isList
as, asExpression, asFunction, asLiteral, asNullValue, asParameter, asPlain, asRef, isExpression, isFunction, isLiteral, isNullValue, isParameter, isPlain, isRef, ofRef, type
toJson
public static ListValue of(Collection<? extends CqnValue> values)
public Stream<CqnValue> values()
values
in interface CqnListValue
public int size()
size
in interface CqnListValue
protected Jsonizer json()
json
in class AbstractValue<ListValue>
Copyright © 2023 SAP. All rights reserved.