Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Java 8 stream more simple

java java-8 java-stream

Java 8 maintain stream order with CompletableFuture::join

How lambda expression works with Predicate?

java lambda java-8

Java 8: Convert a map with string values to a list containg a different type

Best practice to avoid null-check conditional operator boilerplate

java java-8 option-type

How do you complete a CompletableFuture when another set of CompletableFutures is complete?

Apply retries in a RXjava

java java-8 rx-java

Why @FunctionalInterface annotation is added to Comparator interface in Java 8?

java java-8

groupingBy & Java 8 - after groupingBy convert map to a list of objects

java java-8 java-stream

Getting "java.nio.charset.UnmappableCharacterException: Input length = 1"

java java-8

Merge two List value maps

java java-8 java-stream

java 8 : Are LongAdder and LongAccumulator preferred to AtomicLong?

java concurrency java-8

Shorthand notation for Enum implementing lambda possible interface

String manipulation in Java 8 Streams

Joining "parallel" lists in a stream using collect()

java java-8 java-stream

GC not clearing objects in scope

java java-8 jit

Use streams to group Map<Foo,List<Bar>> based on size of the List<Bar>

Test on completable future always passing

Mapping Java 8 Stream to elements' method reference

java java-8 java-stream

Java 8 streams nonNull on properties of objects

java filter java-8 java-stream