Class Selection.DropNaPredicate<V>

  • All Implemented Interfaces:
    Function<java.util.List<I>,java.lang.Boolean>, Predicate<V>
    Enclosing class:
    Selection


    public static class Selection.DropNaPredicate<V>
    extends java.lang.Object
    implements Predicate<V>
    • Constructor Summary

      Constructors 
      Constructor Description
      DropNaPredicate​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(java.util.List<V> values)
      Perform computation on the specified input value and return the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DropNaPredicate

        public DropNaPredicate​()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(java.util.List<V> values)
        Description copied from interface: Function
        Perform computation on the specified input value and return the result.
        Specified by:
        apply in interface Function<java.util.List<I>,java.lang.Boolean>
        Parameters:
        values - the input value
        Returns:
        the result