Modifier and Type | Method and Description |
---|---|
Filters.Filter |
cellsPerColumn(int count)
Matches only the most recent `count` cells within each column.
|
Filters.Filter |
cellsPerRow(int count)
Matches only the first N cells of each row.
|
public Filters.Filter cellsPerRow(int count)
public Filters.Filter cellsPerColumn(int count)
Filters.InterleaveFilter
, each copy of the cell is
counted separately.Copyright © 2019 Google LLC. All rights reserved.