Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java170 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 …]
DCompletableFuture.java578 Function<? super T,? extends V> fn; field in CompletableFuture.UniApply
581 Function<? super T,? extends V> fn) { in UniApply()
634 Consumer<? super T> fn; field in CompletableFuture.UniAccept
636 CompletableFuture<T> src, Consumer<? super T> fn) { in UniAccept()
689 Runnable fn; field in CompletableFuture.UniRun
691 CompletableFuture<T> src, Runnable fn) { in UniRun()
737 BiConsumer<? super T, ? super Throwable> fn; field in CompletableFuture.UniWhenComplete
740 BiConsumer<? super T, ? super Throwable> fn) { in UniWhenComplete()
800 BiFunction<? super T, Throwable, ? extends V> fn; field in CompletableFuture.UniHandle
803 BiFunction<? super T, Throwable, ? extends V> fn) { in UniHandle()
[all …]
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java70 …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/sun/nio/fs/
DMimeTypesFileTypeDetector.java69 Path fn = path.getFileName(); in implProbeContentType() local
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java222 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/
DPackage.java557 String fn = getSystemPackage0(name); in getSystemPackage() local
581 final String fn) in defineSystemPackage()
/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java137 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