Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Default interface methods are only supported starting with Android 7.0 (Nougat)

android java-8 kotlin

Uses for Optional

java java-8 optional

Ignore duplicates when producing map using streams

java java-8 java-stream

Functional style of Java 8's Optional.ifPresent and if-not-Present?

Calculate days between two Dates in Java 8

How can I throw CHECKED exceptions from inside Java 8 streams?

Should Java 8 getters return optional type?

java java-8 nullable optional

Maven is not working in Java 8 when Javadoc tags are incomplete

Java 8: Difference between two LocalDateTime in multiple units

How do I convert a Java 8 IntStream to a List?

java java-8

Why is "final" not allowed in Java 8 interface methods?

Break or return from Java 8 stream forEach?

java foreach lambda java-8

How to get milliseconds from LocalDateTime in Java 8

Difference between final and effectively final

What's the difference between Instant and LocalDateTime?

java datetime java-8 jsr310

How to negate a method reference predicate

java predicate java-8 negate

Convert java.time.LocalDate into java.util.Date type

java java-8 java-time

How to parse/format dates with LocalDateTime? (Java 8)

How do I define a method which takes a lambda as a parameter in Java 8?

java lambda java-8

How to sum a list of integers with java streams?

java java-8 java-stream