E - element typepublic class CollectionOperation<E> extends CollectionExpressionBase<java.util.Collection<E>,E>
CollectionOperation is a collection typed operationhashCode, mixin| Modifier | Constructor and Description |
|---|---|
protected |
CollectionOperation(java.lang.Class<? super E> type,
Operator op,
Expression<?>... args) |
protected |
CollectionOperation(java.lang.Class<? super E> type,
Operator op,
java.util.List<Expression<?>> args) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
java.lang.Class<E> |
getElementType()
Get the element type
|
java.lang.Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
as, contains, contains, isEmpty, isNotEmpty, sizeas, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeprotected CollectionOperation(java.lang.Class<? super E> type, Operator op, Expression<?>... args)
protected CollectionOperation(java.lang.Class<? super E> type, Operator op, java.util.List<Expression<?>> args)
public java.lang.Class<?> getParameter(int index)
ParameterizedExpressionindex - zero based index of type parameter@Nullable public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic java.lang.Class<E> getElementType()
CollectionExpressionBasegetElementType in class CollectionExpressionBase<java.util.Collection<E>,E>Copyright © 2007–2021 Querydsl. All rights reserved.