protected static class MemberSubstitution.LambdaMetaFactoryMatcher extends Object implements ElementMatcher<JavaConstant.MethodHandle>
java.lang.invoke.LambdaMetafactory.ElementMatcher.Junction<S>| Modifier | Constructor and Description |
|---|---|
protected |
LambdaMetaFactoryMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(JavaConstant.MethodHandle target)
Matches a target against this element matcher.
|
public boolean matches(@MaybeNull JavaConstant.MethodHandle target)
matches in interface ElementMatcher<JavaConstant.MethodHandle>target - The instance to be matched or null.true if the given element is matched by this matcher or false otherwise.Copyright © 2014–2025. All rights reserved.