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