Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

java.time.ZonedDateTime.parse and iso8601?

java java-8 iso8601

A method is ambiguous upon passing a lambda expression in Java

What's idiom/best practice with UncheckedIOException and Stream API?

java lambda java-8

How to deal with 'optional' T in ISO-8601 timestamp in Java 8 / JSR 310 / threeten.org ?

java datetime java-8 java-time

Implementation differences/optimizations between Lambda Expressions and Anonymous Classes

java lambda java-8 java-stream

JPA2 Criteria and Java 8 Date&Time API

datetime java-8 jpa-2.1

The use of .peek() in java 8 streams

java java-8 java-stream

Create a map from two different lists based on common conditions using Java 8 Streams

java java-8 java-stream

Is there a class in java 8 that implements a "null-terminated" stream without having to roll my own?

java java-8 java-stream

Why filtering an unsorted list is faster than filtering a sorted list

java lambda java-8

Type error using generics under java 8, but not java 7

java eclipse generics java-8

minimum hibernate version compatible with java8

Most elegant way to generate possible boolean combinations

java java-8 java-stream

Java 8 method references and overridden methods

How do I create IntStream from Set<Integer>?

java java-8 java-stream

java 8 merge all elements of ListB into ListA if not present

Java 8: implementing Comparable

Static Method in Interface with Generic signature

Java stop executor service once one of his assigned tasks fails for any reason

Unsplittable Spliterators

java java-8 spliterator