Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

  • Method Summary

    Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.

    negate()

    Returns a predicate that represents the logical negation of this predicate.

    Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.

    boolean

    test(long value)

    Evaluates this predicate on the given argument.

  • Method Details

    • test

    • and

    • negate

    • or