接口 Predicate<T>


public interface Predicate<T>
  • 方法概要

    修饰符和类型 方法 说明
    boolean apply​(T value)  
  • 方法详细资料

    • apply

      boolean apply​(T value)