Closed dmfs closed 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.
Optional<T>
Backed
Looks like is was a bad idea to pass
Optional<T>
to the ctor ofBacked
. For some reason Java is not able to infer the correct type anymore.