Interface Case.ThenClause
-
- Enclosing class:
- Case
public static interface Case.ThenClause
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Case.CaseClausethen(Expression expression)THEN clause associated with aWHEN clause.
-
-
-
Method Detail
-
then
Case.CaseClause then(Expression expression)
THEN clause associated with aWHEN clause. This describes the result of the CASE if the corresponding WHEN clause matched (ie either it was a condition holding true or anExpressionequal to the simple case's caseExpression).
-
-