Class Predicates.AttributePredicate<T,​V>

    • Field Detail

      • function

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

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

      • AttributePredicate

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

      • accept

        public boolean accept​(T anObject)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object