ActionBuilder - Galad/tranquire GitHub Wiki

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.