Schnittstelle ISequencePatternNextMediator<E>
- Typparameter:
E
- is the type of the elements of the sequences of theISequencePattern
of 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
ISequencePattern
from theISequencePattern
of the currentISequencePatternNextMediator
with a blank condition for the next elements of the sequences of theISequencePattern
.
-
withCondition
- Parameter:
condition
-- Gibt zurück:
- a new
ISequencePattern
from theISequencePattern
of the currentISequencePatternNextMediator
with the given condition for the next elements of the sequences of theISequencePattern
. - Löst aus:
RuntimeException
- if the given condition is null.
-