outbound Dependencies
abstract fun outboundDependencies(reaction: Reaction<T>): ListSet<Reaction<T>>
Content copied to clipboard
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