public static interface Case.CaseClause extends Case.WhenClause
Modifier and Type | Method and Description |
---|---|
Expression |
elseReturn(Expression elseResult)
ends the CASE, adding a default return expression as an ELSE clause
|
Expression |
end()
ends the CASE without an ELSE clause
|
when
Expression end()
ends the CASE without an ELSE clause
Expression elseReturn(Expression elseResult)
ends the CASE, adding a default return expression as an ELSE clause
Copyright © 2014 Couchbase, Inc.