I have the following code.
@FunctionalInterface public interface IfaceCallbck extends Consumer { void onMessage(List i); default void a