-
Notifications
You must be signed in to change notification settings - Fork 14
ActionBuilder
Lucas Loegel edited this page Apr 18, 2018
·
2 revisions
The static class ActionBuilder
provides a way to chain actions of different types.
Unlike the CompositeAction
class, it keeps the original type of the action, and allow to retrieve the result of the previous action, as well as the previous action instance.