outboundDependencies

abstract fun outboundDependencies(reaction: Actionable<T>): ListSet<Actionable<T>>(source)

Returns the set of reactions that may be influenced by the provided reaction.

Return

the set of reactions that may be influenced by the provided reaction

Parameters

reaction

the input reaction