ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Linearize type hierarchy #48

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

Sometimes we need to disambiguate from a set of types [A, B, C] which one is the best match for type X (think overloading resolution). In this case it helps if we can iterate through all types X implements in some reasonable fashion.