Package tech.tablesaw.columns.booleans
Interface BooleanColumnUtils
-
public interface BooleanColumnUtils
-
-
Field Summary
Fields Modifier and Type Field Description static BytePredicate
isMissing
static BytePredicate
isNotMissing
-
-
-
Field Detail
-
isMissing
static final BytePredicate isMissing
-
isNotMissing
static final BytePredicate isNotMissing
-
-