package delegate; @FunctionalInterface public interface Thingable { public String thing(); }