Interface Conditional.SecondCondition
- All Known Implementing Classes:
Conditional.ConditionalBuilder
- Enclosing class:
- Conditional
public static interface Conditional.SecondCondition
The Second Condition part of building a
Conditional
-
Method Summary
Modifier and TypeMethodDescriptionsecondCond
(Conditional secondCond) secondCondStmt
(ConditionalStatement secondCondStmt)
-
Method Details
-
secondCond
- Parameters:
secondCond
- The secondConditional
involved (it may be null if either aConditionalStatement
is used instead or if there's only one condition)- Returns:
- this, to continue building
-
secondCondStmt
- Parameters:
secondCondStmt
- The secondConditionalStatement
involved (it may be null if either aConditional
is used instead or if there's only one condition)- Returns:
- this, to continue building
-