Class SpyTextFilter<T>

    • Method Detail

      • acceptsRow

        public boolean acceptsRow​(T rowObject)
        Description copied from interface: TableFilter
        Returns true if this filter matches the given row (data)
        Specified by:
        acceptsRow in interface TableFilter<T>
        Overrides:
        acceptsRow in class TableTextFilter<T>
        Parameters:
        rowObject - the current row object
        Returns:
        true if the element at the given row matches this filter.