calculateReceivers abstract method

  1. @visibleForOverriding
  2. @protected
List<Logic> calculateReceivers()

The same as receivers, but uncached for situations where the list of conditionals may still be modified or to compute the cached result for receivers itself.

Implementation

@visibleForOverriding
@protected
List<Logic> calculateReceivers();