Interface IntObjectPredicate<Z>

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

@FunctionalInterface public interface IntObjectPredicate<Z>
Represents a boolean-valued function of one int-valued and one object-valued argument. This is the int-consuming primitive specialization for BiPredicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    or(Predicate<Z> predicate)
     
    boolean
    test(int i, Z o)