static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.alwaysFalse() |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.alwaysTrue() |
Predicates2<T,P> |
Predicates2.and(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> op) |
static <T,P> Predicates2<T,P> |
Predicates2.and(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> left,
com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> right) |
static <T> Predicates2<T,java.lang.Object> |
Predicates2.attributeEqual(com.gs.collections.api.block.function.Function<T,?> function) |
static <T,P extends java.lang.Comparable<? super P>> Predicates2<T,P> |
Predicates2.attributeGreaterThan(com.gs.collections.api.block.function.Function<T,P> function) |
static <T,P extends java.lang.Comparable<? super P>> Predicates2<T,P> |
Predicates2.attributeGreaterThanOrEqualTo(com.gs.collections.api.block.function.Function<T,P> function) |
static <T> Predicates2<T,java.lang.Iterable<?>> |
Predicates2.attributeIn(com.gs.collections.api.block.function.Function<T,?> function) |
static <T,P extends java.lang.Comparable<? super P>> Predicates2<T,P> |
Predicates2.attributeLessThan(com.gs.collections.api.block.function.Function<T,P> function) |
static <T,P extends java.lang.Comparable<? super P>> Predicates2<T,P> |
Predicates2.attributeLessThanOrEqualTo(com.gs.collections.api.block.function.Function<T,P> function) |
static <T> Predicates2<T,java.lang.Object> |
Predicates2.attributeNotEqual(com.gs.collections.api.block.function.Function<T,?> function) |
static <T> Predicates2<T,java.lang.Iterable<?>> |
Predicates2.attributeNotIn(com.gs.collections.api.block.function.Function<T,?> function) |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.equal() |
static <T extends java.lang.Comparable<T>> Predicates2<T,T> |
Predicates2.greaterThan() |
static <T extends java.lang.Comparable<T>> Predicates2<T,T> |
Predicates2.greaterThanOrEqualTo() |
static Predicates2<java.lang.Object,java.lang.Iterable<?>> |
Predicates2.in() |
static Predicates2<java.lang.Object,java.lang.Class<?>> |
Predicates2.instanceOf() |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.isNull() |
static <T extends java.lang.Comparable<T>> Predicates2<T,T> |
Predicates2.lessThan() |
static <T extends java.lang.Comparable<T>> Predicates2<T,T> |
Predicates2.lessThanOrEqualTo() |
static <T,P> Predicates2<T,P> |
Predicates2.not(com.gs.collections.api.block.predicate.Predicate2<T,P> predicate) |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.notEqual() |
static Predicates2<java.lang.Object,java.lang.Iterable<?>> |
Predicates2.notIn() |
static Predicates2<java.lang.Object,java.lang.Class<?>> |
Predicates2.notInstanceOf() |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.notNull() |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.notSameAs() |
Predicates2<T,P> |
Predicates2.or(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> op) |
static <T,P> Predicates2<T,P> |
Predicates2.or(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> left,
com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> right) |
static Predicates2<java.lang.Object,java.lang.Object> |
Predicates2.sameAs() |