Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

How to compare LocalDate instances Java 8

date compare java-8

Tomcat 8 Maven Plugin for Java 8

What is the difference between year and year-of-era?

java-8 java-time

Is there a method reference for a no-op (NOP) that can be used for anything lambda?

Which free version of Java can I use for production environments and or commercial purposes?

java java-8 azul-zulu corretto

Monads with Java 8

java java-8 monads optional

Is method reference caching a good idea in Java 8?

Can an interface method have a body?

Collectors.toMap() keyMapper -- more succinct expression?

How do I turn a Java Enumeration into a Stream?

java java-8 java-stream

Maximum size of a method in Java 7 and 8

java java-7 java-8

Difference between year-of-era and week-based-year?

List<Future> to Future<List> sequence in Java

Java 8 Filter Array Using Lambda

java lambda java-8

How to get a range of items from stream using Java 8 lambda?

java filter lambda java-8

How can I collect a Java 8 stream into a Guava ImmutableCollection?

java-8 guava java-stream

Get enum values as List of String in Java 8

java enums java-8

Is there a way to compare lambdas?

java lambda java-8

Chaining Optionals in Java 8

Is there an equivalent of Scala's Either in Java 8?

java scala java-8