Searched refs:testInvokeLambdaMethod (Results 1 – 1 of 1) sorted by relevance
57 testInvokeLambdaMethod(() -> { System.out.println("hi-lambda: " + lambda); }); in main() method299 private static native void testInvokeLambdaMethod(LambdaInterface iface); in testInvokeLambdaMethod() method in Main