derive4j / hkt

Higher Kinded Type machinery for Java
BSD 3-Clause "New" or "Revised" License
81 stars 9 forks source link

Move static methods of __* interfaces to a seprate class #20

Closed jbgi closed 7 years ago

jbgi commented 7 years ago

Because of the way java allow access of static method through instance those methods can be problematic because of potential conflicting "overrides".