Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Using Java 8's Optional with Stream::flatMap

java lambda java-8 java-stream

Why use Optional.of over Optional.ofNullable?

How can I create a Java 8 LocalDate from a long Epoch time in Milliseconds?

java datetime java-8 java-time

Removing Java 8 JDK from Mac

Differences between Java 8 Date Time API (java.time) and Joda-Time

Java 8 Streams: multiple filters vs. complex condition

Java 8 method references: provide a Supplier capable of supplying a parameterized result

java java-8 java-stream

Why does Stream<T> not implement Iterable<T>?

Is "Java Concurrency In Practice" still valid? [closed]

java concurrency java-8 java-7

Java 8 lambdas, Function.identity() or t->t

java lambda java-8 java-stream

Format Instant to String

Explicitly calling a default method in Java

What is difference between Collection.stream().forEach() and Collection.forEach()?

Why should one use Objects.requireNonNull()?

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?