getActions

abstract fun getActions(): List<Action<T>>

Return

The list of Actions of the Reaction. There is no specification if the list will be a copy of the internal list or a reference. It will depend on implementations. Please be careful when you modify this list.