j2cl
j2cl copied to clipboard
Missing Optional::orElseThrow() from JDK 10
orElseThrow(Supplier) is present but the no-parameter method is missing.
Optional::isEmpty() is also missing (from JDK 11)