StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Didier L

Rating
1522.22 (27,935th)
Reputation
8,080 (19,488th)
Page: 1 2 3 ... 5
Title Δ
Java generics impossible assignment? -1.73
CompletableFuture onTimeout get the supplied value java async progr... 0.00
How to set an instance variable in subclass even though it's pr... -1.04
Is there a way to apply a regex find/replace in Notepad ++ to a cer... 0.00
Execute a list of completable futures only if the previous one thro... 0.00
Synchronize asynchronous back end 0.00
CompletableFuture compose for exceptions 0.00
Optimal way to resolve/handle List<CompletableFuture<List<... 0.00
Is there a global setting in the Java Compiler to disable deprecati... +2.26
How can I test a method call inside an asynchronous operation in un... 0.00
CompletableFuture does it cancel automatically when I do a get and... 0.00
How to set field value of CompletableFuture object with second Comp... 0.00
Java CompletableFuture chain calls on interface 0.00
Java 8 CompletableFuture - how to run multiple functions on same in... 0.00
Wrapping and turning a single CompleteableFuture<OlderCat> to... +0.47
How to print only the requests of the failed test with @AutoConfigu... 0.00
Retrieve the instance of runnable from completablefuture 0.00
Apply a predicate to a list of getters in Java 0.00
junit : get method of CompletableFuture<ExecutionResult> neve... 0.00
How to design a spring boot application that can process 1k request... -0.04
Wait for a CompletableFuture to be complete, then return a differen... -0.53
Converting a old loop in a Java8 loop 0.00
PyCharm "Can't Open Local Terminal" "Failed to s... 0.00
Cast the content of optional or streams +0.45
Is there any short-form for overriding methods in Java with method... +0.56
How to perform resource cleanup for CompletableFuture in Java? +0.47
Dynamic Streams in Java 0.00
Vertx HTTPClient with CompletableFuture block the callback Thread +0.47
Using values from previously chained thenCompose lambdas in Java 8 +1.00
Using values from previously chained thenCompose lambdas in Java 8 -1.25
Elegant way to flatMap Set of Sets inside groupingBy +0.37
How to use a custom Collector in a groupingBy operation +2.63
Using streams how to replace a value of the nested list -0.15
using CompletionStage instead of CompletableFuture 0.00
Run async actions in sequence 0.00
How to stop parallel stream once findAny match found? -0.58
ExecutorService vs CompletableFuture +0.16
How do I collect the results of calling an async API sequentially? +2.00
How do I collect the results of calling an async API sequentially? -2.00
Java CompletableFuture assigning executor -0.58
How to insert point in mySQL table 0.00
Non-Blocking CompleteableFuture that Executes before Program Exits -0.52
WorkStealingPool and ThreadPoolExecutor yields different results wh... 0.00
Optional<List> Java 8 lambda expressions get first element +2.01
Calling ExecutorService.shutdownNow from CompletableFuture -1.21
Using ForkJoinPool on a set of documents 0.00
Is there a way to "branch" and combine two futures while... 0.00
CompletableFuture wrapper -0.90
Throwing exceptions from sync portions of async methods returning C... -0.04
How to implement CompletableFuture.allOf() that completes exception... +2.15