Searched refs:obtrudeValue (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java259 * obtrudeValue forces completion with given value
266 f.obtrudeValue(three);
268 f.obtrudeValue(two);
271 f.obtrudeValue(three);
273 f.obtrudeValue(null);
277 f.obtrudeValue(four);
305 f.obtrudeValue(v1);
/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java2305 public void obtrudeValue(T value) { method in class:CompletableFuture
2723 @Override public void obtrudeValue(T value) { method in class:CompletableFuture.MinimalStage

Completed in 34 milliseconds