@Beta public interface ValueCollection extends Expressions.OperandMultiple, FilterableCollection, FilterableComparisonAbsolute, FilterableComparisonRelative
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueCollection.Expression |
| Modifier and Type | Field and Description |
|---|---|
static ValueCollection |
NULL
Null value for collection operations.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueCollection |
literal(Iterable<?> v) |
all, any, any, concat, concat, contains, contains, endsWith, endsWith, hasSubSequence, hasSubSequence, hasSubset, hasSubset, indexOf, indexOf, length, startsWith, startsWith, substring, substringgetExpression, getExpressionequalTo, equalTo, in, in, in, in, notEqualTo, notEqualTogreaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual@Nonnull static final ValueCollection NULL
@Nonnull static ValueCollection literal(@Nonnull Iterable<?> v)
Copyright © 2021 SAP SE. All rights reserved.