@Immutable public final class Predicates extends Object
@Nonnull public static ICharPredicate charIsEQ0()
@Nonnull public static ICharPredicate charIsNE0()
@Nonnull public static ICharPredicate charIsGT0()
@Nonnull public static DoublePredicate doubleIsLT0()
@Nonnull public static DoublePredicate doubleIsLE0()
@Nonnull public static DoublePredicate doubleIsEQ0()
@Nonnull public static DoublePredicate doubleIsNE0()
@Nonnull public static DoublePredicate doubleIsGE0()
@Nonnull public static DoublePredicate doubleIsGT0()
@Nonnull public static IntPredicate intIsLT0()
@Nonnull public static IntPredicate intIsLE0()
@Nonnull public static IntPredicate intIsEQ0()
@Nonnull public static IntPredicate intIsNE0()
@Nonnull public static IntPredicate intIsGE0()
@Nonnull public static IntPredicate intIsGT0()
@Nonnull public static LongPredicate longIsLT0()
@Nonnull public static LongPredicate longIsLE0()
@Nonnull public static LongPredicate longIsEQ0()
@Nonnull public static LongPredicate longIsNE0()
@Nonnull public static LongPredicate longIsGE0()
@Nonnull public static LongPredicate longIsGT0()
@Nullable public static <T> Predicate<T> and(@Nullable Predicate<? super T> aFirst, @Nullable Predicate<? super T> aSecond)
Copyright © 2014–2022 Philip Helger. All rights reserved.