Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Tomasz Linkowski
Tomasz Linkowski has asked
1
questions and find answers to
20
problems.
Stats
615
EtPoint
215
Vote count
1
questions
20
answers
About
My most noteworthy answers:
java-stream
Stream.map with two different mapping functions (
Collectors.teeing
)
Get a list of unique objects from an ArrayList
Putting new elements to an existing Stream
Create a Stream from an object's method
List of Maps to a reduced List of Maps
java:
generics: Nested generic and wildcards
enums: Finding enum value with Java 8 Stream API
volatile: Thread safety and the volatile keyword in Java
comparator: Sort a list with known values before unknown values
optional: Calling different methods based on values of two Optionals
java libraries:
guava: How to do map inversion with Guava with non-unique values?
log4j2: Logging with abstract classes in Log4j2
lombok: Singular Builder and a default value
kryo: Difference between readClassAndObject/readObject and writeClassAndObject/writeObject
regex: Match a specific line that is not followed by another specific line before [...]
Tomasz Linkowski questions
Compile a JDK 8 project + a JDK 9 "module-info.java" in Gradle
Tomasz Linkowski answers
Mock spliterator for Iterable implementation when called several times?
Compile a JDK 8 project + a JDK 9 "module-info.java" in Gradle
Image() is already defined in class during Maven build using Lombok
Split Java stream into two lazy streams without terminal operation
Java 8 primitive stream to collection mapping methods
How to iterate over List<int[]> using Java 8 stream?
How do you wait for all asynchronous calls to complete in Java?
JDBC result set retrieve LocalDateTime [duplicate]
Calling different methods based on values of two Optionals
Library shutdown routine that works well in a 'normal' Java application and in a web application