Class UnaryPredicate

  • Direct Known Subclasses:
    NotPredicate

    public abstract class UnaryPredicate
    extends Predicate
    An unary predicate (e.g. NOT)
    • Constructor Detail

      • UnaryPredicate

        public UnaryPredicate​(Predicate predicate)
    • Method Detail

      • getPredicate

        public Predicate getPredicate()