Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Example of non-interference in Java 8

java java-8 java-stream

How to use lambdas for interfaces with multiple methods?

java oop lambda java-8

Arrays.stream(array) vs Arrays.asList(array).stream()

How to listen for OutOfMemoryError and exit the JVM [duplicate]

java java-8 out-of-memory

Should Optional.ofNullable() be used for null check?

java lambda java-8 null optional

Java method can't be applied with Lambda expression

Android Studio 4.0.0 Java 8 library desugaring in D8 and R8 Build Error

Why do we need to avoid mutations while coding? What is a mutation?

Does Collectors.toSet() always return a HashSet ? What is the contract?

java java-8 collectors

Whats the most elegant way to add two numbers that are Optional<BigDecimal>

Performance for Java Stream.concat VS Collection.addAll

java java-8 java-stream

Is there a Java 8 equivalent of Python enumerate built-in?

java python java-8

Is there an elegant way to get the first non null value of multiple method returns in Java?

java lambda guava java-8

can marker interface like serializable contain default methods?

Nashorn inefficiency

java-8 nashorn

Java8 Stream - use filter collect foreach in single line

java-8 java-stream

What does "String[]::new" mean?

Is there any way to stop a Stream.generate from its Lambda closure?

java lambda java-8

Java default interface methods concrete use cases

logging in interface methods

java logging java-8 slf4j