Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

What are "sugar", "desugar" terms in context of Java 8?

java semantics java-8

What does lambda with 2 arrows mean in Java 8?

java lambda java-8 currying

Java8 Lambdas vs Anonymous classes

Why java.util.Optional is not Serializable, how to serialize the object with such fields

Do lambda expressions have any use other than saving lines of code?

java lambda java-8

When and why would you use Java's Supplier and Consumer interfaces?

java java-8

How to get UTC+0 date in Java 8?

java datetime java-8 java-time

What is the difference between PermGen and Metaspace?

How to convert an Instant to a date format? [duplicate]

What is the purpose of the default keyword in Java?

java interface java-8 default

What is the difference between static and default methods in a Java interface?

java java-8 interface

How to extract epoch from LocalDate and LocalDateTime?

java time java-8 epoch java-time

How to convert ZonedDateTime to Date?

How to check if a Java 8 Stream is empty?

java java-8 java-stream

Is there any benefit to upgrading Java 7 compiled code to Java 8?

java performance java-8

Proper usage of Optional.ifPresent()

java lambda java-8 optional

How to debug stream().map(...) with lambda expressions?

java debugging lambda java-8

Comparator.reversed() does not compile using lambda

Java 8 functional interface with no arguments and no return value

java java-8 java-stream

Is there a Collector that collects to an order-preserving Set?

java java-8 collectors