一、函数式接口
只有一个 抽象方法 的 接口 叫函数式接口
/** * @auther hhh * @date 2018/12/24 22:20 * @description 函数式接口:只有 一个 抽象方法 的接口叫函数式接口 * default、static、Object中的方法除外,其他的抽象方法 * @au
一、函数式接口
只有一个 抽象方法 的 接口 叫函数式接口
/** * @auther hhh * @date 2018/12/24 22:20 * @description 函数式接口:只有 一个 抽象方法 的接口叫函数式接口 * default、static、Object中的方法除外,其他的抽象方法 * @au