MethodFilter

Callback optionally used to filter methods to be operated on by a method callback.

Functions

Link copied to clipboard
Create a composite filter based on this filter and the provided filter.
Link copied to clipboard
abstract fun matches(method: Method): Boolean
Determine whether the given method matches.