Schnittstelle ISequencePatternNextMediator<E>
- Typparameter:
E- is the type of the elements of the sequences of theISequencePatternof aISequencePatternNextMediator.
- Alle bekannten Implementierungsklassen:
SequencePatternNextMediator
public interface ISequencePatternNextMediator<E>
- Version:
- 2024-11-22
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
withBlank
ISequencePattern<E> withBlank()- Gibt zurück:
- a new
ISequencePatternfrom theISequencePatternof the currentISequencePatternNextMediatorwith a blank condition for the next elements of the sequences of theISequencePattern.
-
withCondition
- Parameter:
condition-- Gibt zurück:
- a new
ISequencePatternfrom theISequencePatternof the currentISequencePatternNextMediatorwith the given condition for the next elements of the sequences of theISequencePattern. - Löst aus:
RuntimeException- if the given condition is null.
-