Klasse UpdaterCollector<O>
java.lang.Object
ch.nolix.core.programcontrol.process.UpdaterCollector<O>
- Typparameter:
O
- is the type of theObject
s the updaters of aUpdaterCollector
can mutate.
- Alle implementierten Schnittstellen:
IUpdaterCollector<O>
,Clearable
,EmptinessRequestable
- Version:
- 2025-01-12
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addUpdater
(Consumer<O> updater) Adds the given updater to the currentIUpdaterCollector
.void
addUpdaters
(IContainer<Consumer<O>> updaters) Adds the given updaters to the currentIUpdaterCollector
.void
clear()
Removes the elements of the currentClearable
.boolean
isEmpty()
void
updateObjectAndClear
(O object) Updates the given object and clears the currentIUpdaterCollector
.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
-
Konstruktordetails
-
UpdaterCollector
public UpdaterCollector()
-
-
Methodendetails
-
addUpdater
Adds the given updater to the currentIUpdaterCollector
.- Angegeben von:
addUpdater
in SchnittstelleIUpdaterCollector<O>
- Parameter:
updater
-
-
addUpdaters
Adds the given updaters to the currentIUpdaterCollector
.- Angegeben von:
addUpdaters
in SchnittstelleIUpdaterCollector<O>
- Parameter:
updaters
-
-
clear
public void clear()Removes the elements of the currentClearable
. -
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-
updateObjectAndClear
Updates the given object and clears the currentIUpdaterCollector
.- Angegeben von:
updateObjectAndClear
in SchnittstelleIUpdaterCollector<O>
- Parameter:
object
-
-