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() |
Variable<U> |
getSecondVariable() |
Condition.Type |
getType() |
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, watch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExprId, reactOn, watch
get, getFirstVariable
public 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–2018 JBoss by Red Hat. All rights reserved.