google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.23k stars 145 forks source link

Add Java 11 Optional.isEmpty() #226

Closed treblereel closed 7 months ago

treblereel commented 7 months ago

(cherry picked from commit d73d095eabcf18d565ee9eebacdaa2895ae77c52)

@gkdn

Please let me know if it's ok.

gkdn commented 7 months ago

Thanks that looks ok. If we introduce a completely new API, we can use the new java9 tests; but if the API is already there and tested, we can reuse the earlier java tests. (I will merge all of them at one point after dust settles down)