public final class BooleanValidatingExpression extends Object implements Expression<Boolean>
Expression used in construction, will be invoked with the given ExecutionEnvironment.| Constructor and Description |
|---|
BooleanValidatingExpression(Expression<? extends Object> expression)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
invoke(ExecutionEnvironment environment)
Invoke on the given
ExecutionEnvironment. |
public BooleanValidatingExpression(Expression<? extends Object> expression)
expression - Expression to set the expression topublic Boolean invoke(ExecutionEnvironment environment)
ExpressionExecutionEnvironment.invoke in interface Expression<Boolean>environment - ExecutionEnvironment to invoke on.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.