dmfs / jems

Java gems, a collection of Java utilities.
Apache License 2.0
5 stars 2 forks source link

Backed generic ctor arguments #308

Closed dmfs closed 3 years ago

dmfs commented 3 years ago

Looks like is was a bad idea to pass Optional<T> to the ctor of Backed. For some reason Java is not able to infer the correct type anymore.