T - The builder type that is returned on terminal operationspublic interface CaseWhenThenBuilder<T extends CaseWhenBuilder<?>>
| Modifier and Type | Method and 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.
|
Copyright © 2014–2017 Blazebit. All rights reserved.