-
Enhancement
-
Resolution: Won't Fix
-
P5
-
None
The or() method was added to java.util.Optional. However, or() methods, with corresponding changes to the supplier type, weren't added to OptionalDouble, OptionalInt, or OptionalLong. They should be added.