sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
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.