HomeSort by relevance Sort by last modified time
    Searched defs:thenApply (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
CompletionStage.java 30 * stage.thenApply(x -> square(x))
141 public <U> CompletionStage<U> thenApply(Function<? super T,? extends U> fn);
    [all...]
CompletableFuture.java     [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 295 milliseconds