Interface Predicate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Predicate.Type  
    • Method Detail

      • getType

        Predicate.Type getType()
        Returns the type of the predicate.
      • getLhs

        ExpressionContext getLhs()
        Returns the left-hand side expression of the predicate.
      • setLhs

        void setLhs​(ExpressionContext lhs)
        Sets the left-hand side expression of the predicate.