Class PredicateOperation

All Implemented Interfaces:
Expression<Boolean>, Operation<Boolean>, Predicate, Serializable

@Immutable public final class PredicateOperation extends OperationImpl<Boolean> implements Predicate
PredicateOperation provides a Boolean typed Operation implementation
Author:
tiwe
See Also:
  • Constructor Details

  • Method Details

    • not

      public Predicate not()
      Description copied from interface: Predicate
      Get the negation of the expression
      Specified by:
      not in interface Predicate
      Returns:
      negation