Package org.neo4j.cypherdsl.core
Interface Case.OngoingWhenThen
-
- Enclosing interface:
- Case
@API(status=STABLE, since="1.0") public static interface Case.OngoingWhenThenHelper class to collect `when` expressions and createCaseWhenTheninstances when the `then` is provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Case.CaseEndingthen(Expression expression)Ends thisWHENblock with an expression.
-
-
-
Method Detail
-
then
@NotNull @CheckReturnValue @NotNull Case.CaseEnding then(Expression expression)
Ends thisWHENblock with an expression.- Parameters:
expression- The expression for the ongoingWHENblock.- Returns:
- An ongoing when builder.
-
-