V
- the generic type of the Collection
values to check by the Expression
to build.E
- the generic type of the Collection
-elements
.public interface AbstractCollectionArgument<V extends Collection<E>,E> extends AbstractArgument<V>, CollectionArgument<V,E>
CollectionArgument
.Modifier and Type | Method and Description |
---|---|
default Expression |
isEmpty() |
default Expression |
isNotEmpty() |
eq, eq, exp, exp, exp, exp, expRight, in, in, isNotNull, isNull, neq, neq, notIn, notIn
evaluate, getValue, getValuePath, isConstant
default Expression isEmpty()
isEmpty
in interface CollectionArgument<V extends Collection<E>,E>
Expression
for this IS EMPTY
.Collection.isEmpty()
default Expression isNotEmpty()
isNotEmpty
in interface CollectionArgument<V extends Collection<E>,E>
Expression
for this IS NOT EMPTY
.Collection.isEmpty()
Copyright © 2001–2016 mmm-Team. All rights reserved.