Searched defs:UniHandle (Results 1 – 1 of 1) sorted by relevance
875 static final class UniHandle<T,V> extends UniCompletion<T,V> { class in CompletableFuture877 UniHandle(Executor executor, CompletableFuture<V> dep, in UniHandle() method in CompletableFuture.UniHandle