Interface Conditions<T>

    • Method Detail

      • verify

        boolean verify​(Predicate<T> predicate)
        Check that the given predicate is verified against this condition object.
        Parameters:
        predicate - predicate to check
        Returns:
        true if the predicated is checked, false otherwise
      • not

        Conditions<T> not()
        Negates this condition object.
        Returns:
        a negated condition object