canHandle method

bool canHandle(
  1. AnalyticAction action
)

Method that determines whether an analytical strategy is capable of handling an incoming action.

Implementation

bool canHandle(AnalyticAction action) => action is A;