public interface Expr2ViewItem<T,U> extends ExprNViewItem<T>
Modifier and Type | Method and Description |
---|---|
<V> Expr2ViewItem<T,U> |
indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
getExprId, getType, reactOn, watch
get, getFirstVariable, getVariables
<V> Expr2ViewItem<T,U> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,V> rightOperandExtractor)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.