StackRating

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

Misha

Rating
1618.85 (1,135th)
Reputation
20,974 (6,411th)
Page: 1 ... 5 6 7 8
Title Δ
Counting both passing and failing predicate in java 8 streams 0.00
How can I directly supply a method reference to an optional list? +0.38
Java 8 streams vs iterator performance +4.09
Can BiFunction references be passed to methods expecting a function... +3.85
Optional.ifAbsentThrow()? -2.40
How can I negate a lambda Predicate? +4.42
Is CompletableFuture ordering guaranteed when chaining with 'th... 0.00
Java 8 CompletedFuture and ThreadLocalRandom +3.98
Java 8 CompletedFuture web crawler doesn't crawl past one URL 0.00
Convert multiple if statements to dispatch functions +3.61
Try monad in Java 8 +0.38
Why lambda expressions in Java 8 requires variables used inside it... -4.10
Is there an elegant way to process a stream in chunks? 0.00
Why does thenComposeAsync await the return to be redeemable +3.88
Is it better practice to cast or to use overloaded methods? 0.00
Lambda on primitive arrays +5.78
Java 8 Streams : build multilevel / composite objets +5.38
Java Generics - calling specific methods from generic-typed ones +1.13
Java 8 stream, groupBy and method invocation 0.00
Streams Tree Transformation 0.00
Calling stream().reduce() on a list with only one element -2.48
List of a list of generic type in Java possible? -3.61
Meaning of :: in Java syntax -3.39
Extracting part of a string from a string in java +3.17
Best way to run two task independently. 0.00
Convert a string from args array to a single variable int with own... 0.00
Method reference with argument 0.00
Chain of Map method references 0.00
A concise way to write functions for arithmetical operations in Jav... +4.96
Find most appearing string in ArrayList +0.09
Move Elements In An ArrayList Down One That Are Higher Than Specifi... +0.72
ArrayList of Files -1.44
String cannot be converted to double error java +4.30
Usage of function type congruent lamdba expressions in Java 8 +4.60
Creating a dequeue method using a Circlular linked Queue in java 0.00
Do I need to seed manually when using Random in java? -1.18
Java 8 Spliterator (or similar) that returns a value iff there'... 0.00
Java 8 Collector that returns a value if there's only a single... +4.43
What is the forEach method with lambda expression in Java? -3.04
Adding object to an Arraylist of Arraylist [Hash Merge] 0.00
How to chain BiFunctions? -2.63
Refactoring if-else if chain in Java 8 style -0.94
How can I improve this Point class -2.37
Get Absolute java.nio.Path 0.00
time stamp user input in Java 8 0.00
For Loop Replacement: For Loops to Filters -0.88
Unexpected parallelstream performance in Java 8 -2.72
How to use CompletableFuture.thenComposeAsync()? +0.40
Sorting by property in Java 8 stream 0.00
How to perform filtering by Key on KeyValue objects using Lambda-Ex... +0.02