@FunctionalInterface public interface Filter<T>
过滤器接口
boolean
accept(T t)
boolean accept(T t)
t
Copyright © 2020. All rights reserved.