toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
ReflectionUtils
/
MethodFilter
Method
Filter
@
FunctionalInterface
interface
MethodFilter
Callback optionally used to filter methods to be operated on by a method callback.
Members
Functions
and
Link copied to clipboard
open
fun
and
(
next
:
ReflectionUtils.MethodFilter
)
:
ReflectionUtils.MethodFilter
Create a composite filter based on this filter and the provided filter.
matches
Link copied to clipboard
abstract
fun
matches
(
method
:
Method
)
:
Boolean
Determine whether the given method matches.