Class is not abstract and does not override abstract method accept(java.lang.Object) in java.util.function.Consumer compilation error

后端 未结 0 1885
不知归路
不知归路 2020-11-29 03:30

I have the following code.

   @FunctionalInterface
public interface IfaceCallbck extends Consumer {
    void onMessage(List i);
    default void a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题