接口 Predicate<I>

  • 类型参数:
    I - the type of the input values
    所有超级接口:
    Function<java.util.List<I>,​java.lang.Boolean>
    所有已知实现类:
    Selection.DropNaPredicate

    public interface Predicate<I>
    extends Function<java.util.List<I>,​java.lang.Boolean>
    An interface used to filter a DataFrame.

    Implementors define Function.apply(Object) to return true for rows that should be included in the filtered data frame.

    • 方法概要

      • 从接口继承的方法 org.meteoinfo.data.dataframe.impl.Function

        apply