getConditions

abstract fun getConditions(): List<Condition<T>>

Return

The list of Conditions 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.