Interface Conditional.Build
- All Known Subinterfaces:
Conditional.OperatorOrBuild
- All Known Implementing Classes:
Conditional.ConditionalBuilder
- Enclosing class:
- Conditional
public static interface Conditional.Build
The Building part of building a
Conditional
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Constructs a newConditional
with the set parameters after checking for errors
-
Method Details
-
build
Conditional build()Constructs a newConditional
with the set parameters after checking for errors- Returns:
- The newly built
Conditional
-