Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Brian Goetz
Brian Goetz has asked
0
questions and find answers to
203
problems.
Stats
7.9k
EtPoint
3.2k
Vote count
0
questions
203
answers
About
Java Language Architect at Oracle.
Author,
Java Concurrency in Practice
.
@BrianGoetz on Twitter.
Brian Goetz questions
Brian Goetz answers
Would Stream.toList() perform better than Collectors.toList()
Closure in Java - Captured value - why this unexpected result?
How can I log a human-readable string for a lambda?
How to implement Stack Iteration using Java 8 Stream
groupingBy & Java 8 - after groupingBy convert map to a list of objects
It is possible to define the return type of a lambda expression?
Using Java 14 Records for generic (non-data) classes with only final fields [closed]
Is it better to assign Boolean.TRUE/Boolean.FALSE or true/false to a boolean primitive variable?
Is it possible to operate on each List from a grouping by collector without an intermediate map being created?
Type of method reference and lambda in Java 8