Home
last modified time | relevance | path

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

/art/test/956-methodhandles/src/
DMain.java1876 Consumer<Object> andthen = (Object o) -> { System.out.println("Called and then with " + o);}; in testInterfaceSpecial() local
1886 .invoke(andthen); in testInterfaceSpecial()