package src.main.java.com.types; @FunctionalInterface public interface Sort { public > T[] sort(T[] array); }