Class Expression.Arg<E>

  • All Implemented Interfaces:
    com.google.common.base.Predicate<E>, java.util.function.Predicate<E>
    Direct Known Subclasses:
    Expression.Arg.Pred, Expression.Arg.Value
    Enclosing class:
    Expression<E>

    public abstract static class Expression.Arg<E>
    extends Expression.Apply<E>
    implements com.google.common.base.Predicate<E>
    An expression that evaluates to true or false.
    • Constructor Summary

      Constructors 
      Constructor Description
      Arg()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        apply, equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • Arg

        public Arg()