setActions

open fun setActions(@Nonnull actions: List<out Action<T>>)(source)

This should get overridden only if very tricky behaviours are implemented, such that the default Alchemist action addition model is no longer usable. Must be overridden along with getActions.

Parameters

actions

the actions to set