Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Java 8 - customised sort based on specific order

java sorting java-8 comparator

Java 8 - Filter a string-X from a list using startsWith and Save the String-X to a list

java java-8 java-stream

How to suppress "Can be replaced with foreach call" warning

Get the next LocalDateTime for a given day of week

java java-8 jodatime java-time

Calculate weighted average with Java 8 streams

java java-8 java-stream

How to set the minimum Metaspace in Java 8

How to print two lists together using Stream API java 8?

java java-8 java-stream

Java 8 stream Map<String, List<String>> sum of values for each key

How to return just one string from java stream

java java-8 java-stream

How to list the timezone offset, timezone ID, and long name in Joda Time / Java 8?

Java 8 timezone conversions

Java Stream equivalent of LINQ SelectMany()

How to reuse application of filter & map on a Stream?

java java-8 java-stream

Check if list contains at least one of another - enums

java enums java-8

Java 8 Lambdas - equivalent of c# OfType

java c# java-8 lambda

Eclipse - Installing a new JRE (Java SE 8 1.8.0)

java eclipse java-8

Java8 Lambda expression to iterate over enum values and initialize final member

java lambda enums java-8

Handling null pointers and throwing exceptions in streams

Method reference in Java 8

Java 8 nested loops with streams & performance