以下,只有一个函数的接口是函数式接口:
@FunctionalInterface public interface Functor { void run(); }
它可以接收lambda表达式,可以通过以下方式: