Class Predicates2.AttributePredicates2<T,P>

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

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • function

      private final Function<? super T,? extends P> function
    • predicate

      private final Predicate2<? super P,? super P> predicate
  • Constructor Details

    • AttributePredicates2

      private AttributePredicates2(Function<? super T,? extends P> function, Predicate2<? super P,? super P> predicate)
  • Method Details

    • accept

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

      public String toString()
      Overrides:
      toString in class Object