Class LongPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.LongPredicates
public final class LongPredicates extends Object
-
Method Summary
Modifier and Type Method Description static <T> Predicates<T>
attributeIsEven(Function<? super T,Long> function)
static <T> Predicates<T>
attributeIsNegative(Function<? super T,Long> function)
static <T> Predicates<T>
attributeIsOdd(Function<? super T,Long> function)
static <T> Predicates<T>
attributeIsPositive(Function<? super T,Long> function)
static <T> Predicates<T>
attributeIsZero(Function<? super T,Long> function)
static Predicates<Long>
isEven()
static Predicates<Long>
isNegative()
static Predicates<Long>
isOdd()
static Predicates<Long>
isPositive()
static Predicates<Long>
isZero()