Uses of Interface
com.dna.jopt.framework.codedefinition.IWarningEvent
Package
Description
-
Uses of IWarningEvent in com.dna.jopt.framework.body
-
Uses of IWarningEvent in com.dna.jopt.framework.body.event
Modifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<IWarningEvent>
OptimizationEvents.warning
The warning ReplaySubject.Modifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<IWarningEvent>
OptimizationEvents.warningSubject()
Gets theWarnings
ReplaySubject
which can be used to subscribe to any upcomingWarnings
Modifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onWarning
(IWarningEvent iWarningEvent) On warning.void
OptimizationEventListener.onWarning
(IWarningEvent warningEvent) -
Uses of IWarningEvent in com.dna.jopt.framework.codedefinition
-
Uses of IWarningEvent in com.dna.jopt.framework.stream.info
Modifier and TypeMethodDescriptionprotected void
WarningStreamer.stream
(IOptimization opti, IWarningEvent event)