Class Predicates.AttributePredicate<T,V>

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<T>
org.eclipse.collections.impl.block.factory.Predicates.AttributePredicate<T,V>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>
Direct Known Subclasses:
Predicates.AttributeFalse, Predicates.AttributeTrue
Enclosing class:
Predicates<T>

protected static class Predicates.AttributePredicate<T,V> extends Predicates<T>
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • function

      protected final Function<? super T,? extends V> function
    • predicate

      protected final Predicate<? super V> predicate
  • Constructor Details

    • AttributePredicate

      protected AttributePredicate(Function<? super T,? extends V> newFunction, Predicate<? super V> newPredicate)
  • Method Details

    • accept

      public boolean accept(T anObject)
    • toString

      public String toString()
      Overrides:
      toString in class Object