google / j2cl

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

Missing Optional::orElseThrow() from JDK 10 #134

Open jbellis opened 3 years ago

jbellis commented 3 years ago

orElseThrow(Supplier) is present but the no-parameter method is missing.

jbellis commented 3 years ago

Optional::isEmpty() is also missing (from JDK 11)