Uses of Class
de.xima.fc.condition.SingleConditionEvaluator
-
Packages that use SingleConditionEvaluator Package Description de.xima.fc.condition -
-
Uses of SingleConditionEvaluator in de.xima.fc.condition
Methods in de.xima.fc.condition that return SingleConditionEvaluator Modifier and Type Method Description static <LHS,RHS>
SingleConditionEvaluator<LHS,RHS>SingleConditionEvaluator. create(Function<LHS,? extends Object> leftOperandMapper, Function<RHS,? extends Object> rightOperandMapper)
Creates a new form value condition check with the given locale and replacer.static <T> SingleConditionEvaluator<T,T>
SingleConditionEvaluator. create(Function<T,? extends Object> operandMapper)
Creates a new form value condition check with the given locale and replacer.
-