Home
last modified time | relevance | path

Searched defs:invokers (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DMethodInvokersFailableFunctionTest.java58 …final List<FailableFunction<Object, Object, Throwable>> invokers = Stream.of(MethodFixtures.class.… in testFindAndInvoke() local
DMethodInvokersFunctionTest.java68 …final List<Function<Object, Object>> invokers = Stream.of(MethodFixtures.class.getDeclaredMethods(… in testFindAndInvoke() local