Searched defs:invokeIndirectly (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DInvoker.java206 static <V,A> void invokeIndirectly(AsynchronousChannel channel, method in class:Invoker
230 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, method in class:Invoker
310 static <V,A> void invokeIndirectly(PendingFuture<V,A> future) { method in class:Invoker

Completed in 83 milliseconds