Interface EffectorPreview
@PublicApi
public interface EffectorPreview
EffectorPreview stores the results of an effector run in the "preview" mode.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of errors that prevent effector from applying.Returns a list of effects that will be applied in case of the user confirmation.
-
Method Details
-
getErrors
Returns a list of errors that prevent effector from applying. -
getPreviewEffects
Returns a list of effects that will be applied in case of the user confirmation.
-