Interface NPredicate<T>


public interface NPredicate<T>
Since:
2.3.17
Author:
Haiyang Li
  • Method Details

    • test

      boolean test(T... args)
      Parameters:
      args -
      Returns:
    • negate

      default NPredicate<T> negate()
      Returns:
    • and

      default NPredicate<T> and(NPredicate<? super T> other)
      Parameters:
      other -
      Returns: