Class PredicateTemplate

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

@Immutable public class PredicateTemplate extends TemplateExpressionImpl<Boolean> implements Predicate
PredicateTemplate provides a Boolean typed TemplateExpression implementation
Author:
tiwe
See Also:
  • Constructor Details

    • PredicateTemplate

      protected PredicateTemplate(Template template, List<?> args)
  • 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