package zsynthetic; @FunctionalInterface public interface Function7 { K invoke(T value); }