RFR(s): 8152617 add missing wildcards to Optional or() and flatMap()

Andrej Golovnin andrej.golovnin at gmail.com
Fri Oct 7 20:09:21 UTC 2016


Hi Stuart,

> Webrev:
> 
> 	http://cr.openjdk.java.net/~smarks/reviews/8152617/webrev.0/


267     public<U> Optional<U> flatMap(Function<? super T, ? extends Optional<? extends U>> mapper)

I think there should be a space between “public” and “<U>”.

Best regards,
Andrej Golovnin


More information about the core-libs-dev mailing list