Home
last modified time | relevance | path

Searched refs:andThenMethod (Results 1 – 1 of 1) sorted by relevance

/art/test/956-methodhandles/src/
DMain.java1837 final Method andThenMethod = Consumer.class.getDeclaredMethod("andThen", Consumer.class); in testInterfaceSpecial() local
1844 if (m.equals(andThenMethod)) { in testInterfaceSpecial()
1880 andThenMethod.getName(), in testInterfaceSpecial()
1882 andThenMethod.getReturnType(), in testInterfaceSpecial()
1883 andThenMethod.getParameterTypes()), in testInterfaceSpecial()