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,?> rightOperandExtractor) |
<V> Expr2ViewItem<T,U> |
indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,?> rightOperandExtractor,
Class<?> rightReturnType) |
getExprId, getType, reactOn, watchget, getFirstVariable, getVariables<V> Expr2ViewItem<T,U> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor)
<V> Expr2ViewItem<T,U> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor, Class<?> rightReturnType)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.