StackRating

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

Brian Goetz

Rating
1697.87 (159th)
Reputation
59,329 (1,571st)
Page: 1 2 3 4 5
Title Δ
Why should Java's value-based classes not be serialized? +4.72
In Java 8, can the method reference part of a call always be parent... 0.00
Should java 8 getters return optional type? +2.81
Creating a stream from scratch or from an Iterator -4.39
Why didn't this java 8 example using type inference compile in... 0.00
Duplicate methods generated for a lambda with Eclipse compiler 0.00
Java 8 parallel streams don't appear to actually be working in... 0.00
Possibility to explicit remove Serialization support for a lambda 0.00
ParallelStream for Files +2.81
Why can't stream of streams be reduced un parallel ? / stream h... 0.00
Serialization of a lambda after its creation 0.00
Class referencing itself as a generic? +2.24
Java 8 stream API - is there standard method for processing each va... +2.76
How can I avoid using an interface in java 8? 0.00
Members of a Intersection type +3.20
Compilation Error: Lambda Target Type Intersection Type +3.85
Should I return a Collection or a Stream? +3.66
Java 8 lambda doesn't change data +3.69
Can you inspect the byte code of a Java 8 lambda at runtime? +3.22
Is using a reference to an overridable method in the constructor sa... +4.21
Lambda expression vs method reference +2.80
Why doesn't java.util.Collection implement the new Stream inter... 0.00
Can a stream be created from an object that has only exposed the &q... +4.92
For Loop with Lambda Expression in JAVA +3.99
Very confused by Java 8 Comparator type inference +3.87
Java Lambda expression to avoid multiple iterations +3.45
Filtering List with nullable values +4.51
Reduction behaves strangely when using parallel stream but works fi... +3.34
What is the benefit being able to use effectively final variables i... -3.96
Java 8 add extension/default method to class -4.39
Is there a way to compare closures? +3.38
Parallel sort of generic linked list 0.00
Java 8 streams serial vs parallel performance +4.04
Java8: Why is it forbidden to define a default method for a method... +3.70
Getting status of (parallel) Stream 0.00
Convert Iterable to Stream using Java 8 JDK +5.18
Count int occurrences with Java8 0.00
Does empty synchronized(this){} have any meaning to memory visibili... +4.13
Java 8, collect method, creating a new arraylist and mutation 0.00
How to correctly determine that an object is a lambda? 0.00
Is the accumulator of reduce in Java 8 allowed to modify its argume... +3.15
Copy a stream to avoid "stream has already been operated upon... +5.57
When error handling in Java, should I catch Exception to catch all... +2.49
How to write a generic iteration of a function using Java 8? +5.65
Get max key of Map<K,V> using lambda +1.46
Is there a Java 8 equivalent of Python enumerate built-in? +4.90
Time Based Streaming -2.32
Java 8 Streams - Iterator doesn't work like expected +0.84
What is the reason why “synchronized” is not allowed in Java 8 inte... 0.00
Why is "final" not allowed in Java 8 interface methods? +4.14