protected static class Predicates.AttributePredicate<T,V> extends Predicates<T>
Predicates.AllSatisfy<T>, Predicates.AnySatisfy<T>, Predicates.AttributePredicate<T,V>, Predicates.GreaterThanOrEqualPredicate<T extends java.lang.Comparable<? super T>>, Predicates.GreaterThanPredicate<T extends java.lang.Comparable<? super T>>, Predicates.LessThanOrEqualPredicate<T extends java.lang.Comparable<? super T>>, Predicates.LessThanPredicate<T extends java.lang.Comparable<? super T>>, Predicates.NoneSatisfy<T>, Predicates.RangePredicate<T extends java.lang.Comparable<? super T>>| Modifier and Type | Field and Description |
|---|---|
protected com.gs.collections.api.block.function.Function<? super T,? extends V> |
function |
protected com.gs.collections.api.block.predicate.Predicate<? super V> |
predicate |
| Modifier | Constructor and Description |
|---|---|
protected |
Predicates.AttributePredicate(com.gs.collections.api.block.function.Function<? super T,? extends V> newFunction,
com.gs.collections.api.block.predicate.Predicate<? super V> newPredicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T anObject) |
java.lang.String |
toString() |
adapt, allSatisfy, alwaysFalse, alwaysTrue, and, and, and, and, anySatisfy, assignableFrom, attributeAllSatisfy, attributeAnySatisfy, attributeBetweenExclusive, attributeBetweenInclusive, attributeBetweenInclusiveFrom, attributeBetweenInclusiveTo, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeIsNull, attributeLessThan, attributeLessThanOrEqualTo, attributeNoneSatisfy, attributeNotEqual, attributeNotIn, attributeNotNull, attributePredicate, betweenExclusive, betweenInclusive, betweenInclusiveFrom, betweenInclusiveTo, bind, equal, greaterThan, greaterThanOrEqualTo, ifFalse, ifTrue, in, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, neither, noneOf, noneOf, noneSatisfy, not, not, notEqual, notIn, notIn, notInstanceOf, notNull, notSameAs, or, or, or, or, sameAs, subClass, superClass, synchronizedEachprotected final com.gs.collections.api.block.function.Function<? super T,? extends V> function
protected final com.gs.collections.api.block.predicate.Predicate<? super V> predicate
public boolean accept(T anObject)
public java.lang.String toString()
toString in class java.lang.Object