Schnittstelle INextMediator<E>
- Typparameter:
E
- is the type of the elements of the searched-for sequences of the patternISequencePatternBuilder
of aINextMediator
.
public interface INextMediator<E>
- Version:
- 2023-02-13
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddBlank()
Adds a blank condition to the currentINextMediator
for the next element of the searched-for sequences of the parentISequencePatternBuilder
of the currentINextMediator
.addCondition
(Predicate<E> condition) Adds the given condition to the currentINextMediator
for the next element of the searched-for sequences of the parentISequencePatternBuilder
of the currentINextMediator
.
-
Methodendetails
-
addBlank
ISequencePatternBuilder<E> addBlank()Adds a blank condition to the currentINextMediator
for the next element of the searched-for sequences of the parentISequencePatternBuilder
of the currentINextMediator
.- Gibt zurück:
- the parent
ISequencePatternBuilder
of the currentINextMediator
.
-
addCondition
Adds the given condition to the currentINextMediator
for the next element of the searched-for sequences of the parentISequencePatternBuilder
of the currentINextMediator
.- Parameter:
condition
-- Gibt zurück:
- the parent
ISequencePatternBuilder
of the currentINextMediator
. - Löst aus:
RuntimeException
- if the given condition is null.
-