Interface ISequencePatternNextMediator<E>
- Type Parameters:
E- is the type of the elements of the sequences of theISequencePatternof aISequencePatternNextMediator.
- All Known Implementing Classes:
SequencePatternNextMediator
public interface ISequencePatternNextMediator<E>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
withBlank
ISequencePattern<E> withBlank()- Returns:
- a new
ISequencePatternfrom theISequencePatternof the currentISequencePatternNextMediatorwith a blank condition for the next elements of the sequences of theISequencePattern.
-
withCondition
- Parameters:
condition-- Returns:
- a new
ISequencePatternfrom theISequencePatternof the currentISequencePatternNextMediatorwith the given condition for the next elements of the sequences of theISequencePattern. - Throws:
RuntimeException- if the given condition is null.
-