函数式接口 Functional interface

抽象方法集合只定义一个函数描述符的 Java 接口,可由 Lambda 表达式或方法引用创建实例。

别名 SAM interface, single abstract method interface

用到的主题