public interface BoolCellDefinition extends ComparableCellDefinition<java.lang.Boolean>
boolean
cell.CellDefinition.CellImpl<T>, CellDefinition.Impl<T>
Modifier and Type | Method and Description |
---|---|
default BuildablePredicate<Record<?>> |
isFalse()
Returns a record predicate derived from the logical inverse of this cell value.
|
default BuildablePredicate<Record<?>> |
isTrue()
Returns a record predicate derived from this cell value.
|
value, valueOr, valueOrFail
define, defineBool, defineBytes, defineChar, defineDouble, defineInt, defineLong, defineString, exists, name, newCell, type
default BuildablePredicate<Record<?>> isTrue()
If this cell is absent from a record then the predicate evaluates to false.
default BuildablePredicate<Record<?>> isFalse()
If this cell is absent from a record then the predicate evaluates to false.