类 Selection.DropNaPredicate<V>

  • 所有已实现的接口:
    Function<java.util.List<V>,​java.lang.Boolean>, Predicate<V>
    封闭类:
    Selection

    public static class Selection.DropNaPredicate<V>
    extends java.lang.Object
    implements Predicate<V>
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Boolean apply​(java.util.List<V> values)
      Perform computation on the specified input value and return the result.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • DropNaPredicate

        public DropNaPredicate()
    • 方法详细资料

      • apply

        public java.lang.Boolean apply​(java.util.List<V> values)
        从接口复制的说明: Function
        Perform computation on the specified input value and return the result.
        指定者:
        apply 在接口中 Function<java.util.List<V>,​java.lang.Boolean>
        参数:
        values - the input value
        返回:
        the result