You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead define interfaces at point of usage for what is actually needed.
This leads to more testable code and make Policy easier to refactor.
What most users of policies care about is the Act filtering method.
Also we should rename this function to Filter.