Interface Rule.UntilStage
-
- All Known Implementing Classes:
Rule.Builder
- Enclosing class:
- Rule
public static interface Rule.UntilStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rule.Builderfrom(Rule other)Rule._FinalStageuntil(java.lang.String until)
-
-
-
Method Detail
-
until
Rule._FinalStage until(java.lang.String until)
-
from
Rule.Builder from(Rule other)
-
-