| Constructor and Description |
|---|
BooleanTable(java.lang.Boolean... start) |
BooleanTable(java.lang.String columnName,
java.lang.Boolean... start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
all() |
boolean |
any() |
boolean |
none() |
as, copy, derive, deriveAll, dropColumns, expand, expandAll, filter, filterRows, getColumnMap, getColumnName, getTable, iterator, rowCount, selectColumns, stream, toList, toSet, toStringpublic BooleanTable(java.lang.Boolean... start)
public BooleanTable(java.lang.String columnName,
java.lang.Boolean... start)
public boolean all()
true if all cell values in the column pointed to by this table are true,
or this table has no rowspublic boolean any()
true if at least one cell value in the column pointed to by this table is truepublic boolean none()
true if none of the cell values in the column pointed to by this table are true,
or this table has no rows