Searched refs:andThenMethod (Results 1 – 1 of 1) sorted by relevance
1837 final Method andThenMethod = Consumer.class.getDeclaredMethod("andThen", Consumer.class); in testInterfaceSpecial() local1844 if (m.equals(andThenMethod)) { in testInterfaceSpecial()1880 andThenMethod.getName(), in testInterfaceSpecial()1882 andThenMethod.getReturnType(), in testInterfaceSpecial()1883 andThenMethod.getParameterTypes()), in testInterfaceSpecial()