Interface BoolCellDefinition

All Superinterfaces:
CellDefinition<Boolean>, ComparableCellDefinition<Boolean>

public interface BoolCellDefinition extends ComparableCellDefinition<Boolean>
Definition of a boolean cell.
  • Method Details

    • isTrue

      Returns a record predicate derived from this cell value.

      If this cell is absent from a record then the predicate evaluates to false.

      Returns:
      a record predicate of this cell
    • isFalse

      default BuildablePredicate<CellCollection> isFalse()
      Returns a record predicate derived from the logical inverse of this cell value.

      If this cell is absent from a record then the predicate evaluates to false.

      Returns:
      a record predicate of the inverse of this cell