CustomMethodFilter typedef

CustomMethodFilter = CustomMemberFilter<Method>

Predicate based filter for method, which can access class declaration and the method.

Implementation

typedef CustomMethodFilter = CustomMemberFilter<Method>;