Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

How to convert any Date time to UTC using ZonedDateTime or Java 8

java date java-8 zoneddatetime

Java 8 Streams: How to call once the Collection.stream() method and retrieve an array of several aggregate values with different fields

java java-8 java-stream

Join strings with different last delimiter

java string java-8 java-stream

Using Java 8 NIO, how can I read a file while skipping the first line or header record? [duplicate]

java java-8 java.nio.file

Collect Java8 IntStream into Deque interface

collections java-8

Java 8 lambda and extension of interfaces with abstract class

java spring lambda java-8

Callable<Void> as Functional Interface with lambdas

java lambda java-8 void callable

Unwrap an Optional only if it is present

java java-8 optional

How can I get a parallel stream of Files.walk?

Collectors lambda return observable list

How do you access completed futures passed to CompletableFuture allOf?

How to set multiple headers at once in Spring WebClient?

Java 8 Stream to find element in list

java lambda java-8 java-stream

Determine if a list composed of anagram elements in Java 8

java java-8 java-stream

Java 8 - Convert LocalDate to OffsetDateTime

Get LocalDateTime based on year and week of year

java datetime java-8 java-time

Is ForkJoinPool.commonPool() equivalent to no pool?

java multithreading java-8

Parsing a year String to a LocalDate with Java8

java-8 jodatime localdate

List of objects to map in java 8

java-8 java-stream

Example of non-interference in Java 8

java java-8 java-stream