Class Predicates2.And<T,P>

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates2<T,P>
org.eclipse.collections.impl.block.factory.Predicates2.And<T,P>
All Implemented Interfaces:
Serializable, BiPredicate<T,P>, Predicate2<T,P>
Enclosing class:
Predicates2<T,P>

private static final class Predicates2.And<T,P> extends Predicates2<T,P>
  • Field Details

  • Constructor Details

  • Method Details

    • accept

      public boolean accept(T each, P injectedValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object