-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: core-libs
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.