formations / java-advanced

Home Page:https://formations.github.io/java-advanced

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "union" types on generics

nfrankel opened this issue · comments

e.g. public static <T extends Object & Comparable<? super T>> T min(Collection<? extends T> coll)