Interface ConditionalOperators.Switch.CaseOperator.ThenBuilder
- Enclosing class:
- ConditionalOperators.Switch.CaseOperator
public static interface ConditionalOperators.Switch.CaseOperator.ThenBuilder
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionSet the then value.
-
Method Details
-
then
Set the then value.- Parameters:
value
- must not be null.- Returns:
- new instance of
ConditionalOperators.Switch.CaseOperator
.
-