T - The builder type that is returned on terminal operationsCaseWhenAndThenBuilder<T>, CaseWhenOrThenBuilder<T>public interface CaseWhenThenBuilder<T extends CaseWhenBuilder<?>>
| Modifier and Type | Method | Description |
|---|---|---|
T |
then(Object value) |
Adds the constructed when expression with the then parameter value to the case when builder.
|
T |
thenExpression(String expression) |
Adds the constructed when expression with the then expression to the case when builder.
|
T |
thenLiteral(Object value) |
Adds the constructed when expression with the then parameter value to the case when builder rendered as literal.
|
T thenExpression(String expression)
expression - The then expressionT thenLiteral(Object value)
value - The then parameter valueCopyright © 2014–2020 Blazebit. All rights reserved.