Java8新特性 -- 四大內置的核心函數式接口

能夠把這些函數式接口做爲方法的參數。 1.0 核心內置函數式接口一: 消費型接口 @FunctionalInterface public interface Consumer<T> { void accept(T t); default Consumer<T> andThen(Consumer<? super T> after) { Objects.requireNonN
相關文章
相關標籤/搜索