Optional<Stream>.filter(Optional::isPresent).map(Optional::get)
to Java 11 .flatMap(Optional::stream)
#1833
Annotations
1 error and 2 warnings
The logs for this run have expired and are no longer available.
Loading