Class CheckedPredicate2<T,​P>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(T item, P param)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or
      • Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2

        test
    • Constructor Detail

      • CheckedPredicate2

        public CheckedPredicate2()
    • Method Detail

      • accept

        public boolean accept​(T item,
                              P param)
        Specified by:
        accept in interface Predicate2<T,​P>