Is there a way for this interface to have one more default implementation?

前端 未结 0 837
一个人的身影
一个人的身影 2021-01-22 05:41

In this interface, I have default implementations:

public interface Arithmeticable {
    
    T plus(T addend);
    
    T plus(         


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