Concept of functional interface

前端 未结 4 1216
感动是毒
感动是毒 2021-01-06 08:23

When I\'m shooting a glance at lambda expressions, the book touches on a functional interface that has only one abstract method. My issue addresses on that quiz que

4条回答
  •  情歌与酒
    2021-01-06 08:49

    SmartAdder has two methods. The method signatures are different. Functional Interface can have only one method.

提交回复
热议问题