Package io.github.torand.fastersql.predicate.compound


package io.github.torand.fastersql.predicate.compound
Provides classes and interfaces representing predicates made up by multiple sub-predicates.
  • Classes
    Class
    Description
    Implements the compound predicate using the boolean operator AND on its operands.
    Provides factory methods for compound predicates.
    Implements the compound predicate using the boolean negation operator on its operand.
    Implements the compound predicate using the boolean operator OR on its operands.