Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Java 8 Streams - collect vs reduce

java java-8 java-stream

Fetch first element of stream matching the criteria

java java-8 java-stream

functional interface that takes nothing and returns nothing [duplicate]

java function java-8

Zipping streams using JDK8 with lambda (java.util.stream.Streams.zip)

Modifying local variable from inside lambda

java lambda java-8

How to convert java.sql.timestamp to LocalDate (java8) java.time?

How can I get a List from some class properties with Java 8 Stream?

Can Java 8 code be compiled to run on Java 7 JVM?

Can you split a stream into two streams?

java java-8 java-stream

How to serialize a lambda?

How to specify function types for void (not Void) methods in Java8?

java java-8

In Java 8 how do I transform a Map<K,V> to another Map<K,V> using a lambda?

Adding two Java 8 streams, or an extra element to a stream

java concat java-8 java-stream

What are functional interfaces used for in Java 8?

In Java streams is peek really only for debugging?

java java-8 java-stream peek

Generic return type upper bound - interface vs. class - surprisingly valid code

java generics java-8

What's the difference between ZonedDateTime and OffsetDateTime?

java java-8 java-time

In Java, what are the advantages of streams over loops? [closed]

java loops java-8 java-stream

What is the difference between ZoneOffset.UTC and ZoneId.of("UTC")?

java datetime java-8 java-time

Move to next item using Java 8 foreach loop in stream

java java-8