@FunctionalInterface public static interface MethodLookup.MethodPredicate extends BiPredicate<MethodLookup.InvokedMethod,Method>
MethodLookup.InvokedMethod and method candidate.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(MethodLookup.InvokedMethod invokedMethod,
Method candidate) |
and, negate, orboolean test(MethodLookup.InvokedMethod invokedMethod, Method candidate)
test in interface BiPredicate<MethodLookup.InvokedMethod,Method>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.