public static interface

DataFrame.Predicate

implements DataFrame.Function<I, O>
joinery.DataFrame.Predicate<I>

Class Overview

An interface used to filter a data frame.

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

Summary

[Expand]
Inherited Methods
From interface joinery.DataFrame.Function