Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

migrate from Joda time library to Java time (Java 8)

How to format YearMonth and MonthDay depending on a Locale?

java java-8 java-time

is it safe/good practice to "reuse" CompletableFuture

Why annotation on generic type argument is not visible for nested type?

What to return when generic methods returns 'nothing' but null can't be returned?

java generics java-8 optional

Collect a Stream of Map<K,V> to Map<K,List<V>>

Caching using Supplier Java 8

java lambda java-8

non-interference requirement on Java 8 streams

java java-8 java-stream

Understanding order of elements in stream generated from HashSet

Why StringBuffer has a toStringCache while StringBuilder not?

Refactor orElseThrow block to return RuntimeException

java java-8

Remove duplicates from List<Object> based on condition

java list java-8 set

Why does .forEach(val -> list.add()) compile whereas .forEach(val -> true) doesn't? [duplicate]

Java 8 Date API - Get ordinal position of the day in the month

java java-8 date

How to define custom sorted comparator in java 8 Stream to compare on the key and the value

Geting java.lang.IllegalStateException: Duplicate mock definition while using @MockBean in test case

java-8

I use Guava's immutable collections (compiled for Java 6) and a Java 8 JRE, can I use the new stream interface?

java collections guava java-8

How should I sum something with streams?

java java-8

Get Month Name of java.time.chrono.HijrahDate instance

Convert string to date - roman month

java java-8 datetime-format