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 secondConditionalinvolved (it may be null if either aConditionalStatementis used instead or if there's only one condition)- Returns:
 - this, to continue building
 
 - 
secondCondStmt
- Parameters:
 secondCondStmt- The secondConditionalStatementinvolved (it may be null if either aConditionalis used instead or if there's only one condition)- Returns:
 - this, to continue building
 
 
 -