Searched defs:fn (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 170 public <U> CompletionStage<U> thenApply(Function<? super T,? extends U> fn); in thenApply() 187 (Function<? super T,? extends U> fn); in thenApplyAsync() 204 (Function<? super T,? extends U> fn, in thenApplyAsync() 310 BiFunction<? super T,? super U,? extends V> fn); in thenCombine() 330 BiFunction<? super T,? super U,? extends V> fn); in thenCombineAsync() 351 BiFunction<? super T,? super U,? extends V> fn, in thenCombineAsync() 475 Function<? super T, U> fn); in applyToEither() 494 Function<? super T, U> fn); in applyToEitherAsync() 514 Function<? super T, U> fn, in applyToEitherAsync() 648 (Function<? super T, ? extends CompletionStage<U>> fn); in thenCompose() [all …]
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 70 …CompletableFuture<U> thenApply(java.util.function.Function<? super T,? extends U> fn) { throw new … in thenApply() 72 …etableFuture<U> thenApplyAsync(java.util.function.Function<? super T,? extends U> fn) { throw new … in thenApplyAsync() 74 …etableFuture<U> thenApplyAsync(java.util.function.Function<? super T,? extends U> fn, java.util.co… in thenApplyAsync() 88 … extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn) { throw new … in thenCombine() 90 … extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn) { throw new … in thenCombineAsync() 92 … extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn, java.util.co… in thenCombineAsync() 106 …CompletionStage<? extends T> other, java.util.function.Function<? super T,U> fn) { throw new Runti… in applyToEither() 108 …CompletionStage<? extends T> other, java.util.function.Function<? super T,U> fn) { throw new Runti… in applyToEitherAsync() 110 …CompletionStage<? extends T> other, java.util.function.Function<? super T,U> fn, java.util.concurr… in applyToEitherAsync() 124 …thenCompose(java.util.function.Function<? super T,? extends java.util.concurrent.CompletionStage<U… in thenCompose() [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | Striped64.java | 222 final void longAccumulate(long x, LongBinaryOperator fn, in longAccumulate() 294 private static long apply(DoubleBinaryOperator fn, long v, double x) { in apply() 306 final void doubleAccumulate(double x, DoubleBinaryOperator fn, in doubleAccumulate()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Package.java | 557 String fn = getSystemPackage0(name); in getSystemPackage() local 581 final String fn) in defineSystemPackage()
|
/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 137 final BinaryOperator<T> fn; in compute() local 289 final LongBinaryOperator fn; in compute() local 439 final DoubleBinaryOperator fn; in compute() local 589 final IntBinaryOperator fn; in compute() local
|