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 CollectionArgument<V extends Collection<E>,E> extends Argument<V>
Modifier and Type | Method and Description |
---|---|
Expression |
isEmpty() |
Expression |
isNotEmpty() |
Expression isEmpty()
Expression
for this IS EMPTY
.Collection.isEmpty()
Expression isNotEmpty()
Expression
for this IS NOT EMPTY
.Collection.isEmpty()
Copyright © 2001–2016 mmm-Team. All rights reserved.