public class Expr2ViewItemImpl<T,U> extends AbstractExprViewItem<T> implements Expr2ViewItem<T,U>
| Constructor and Description |
|---|
Expr2ViewItemImpl(String exprId,
Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
Expr2ViewItemImpl(Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
| Modifier and Type | Method and Description |
|---|---|
BetaIndex<T,U,?> |
getIndex() |
Predicate2<T,U> |
getPredicate() |
Condition.Type |
getType() |
Variable<U> |
getVar2() |
Variable<?>[] |
getVariables() |
<V> Expr2ViewItemImpl<T,U> |
indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
getExprId, getFirstVariable, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExprId, reactOn, watchget, getFirstVariablepublic Expr2ViewItemImpl(Variable<T> var1, Variable<U> var2, Predicate2<T,U> predicate)
public Predicate2<T,U> getPredicate()
public Variable<?>[] getVariables()
getVariables in interface ViewItem<T>public Condition.Type getType()
getType in interface ExprViewItem<T>public <V> Expr2ViewItemImpl<T,U> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,V> rightOperandExtractor)
indexedBy in interface Expr2ViewItem<T,U>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.