@Immutable public final class Predicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static ICharPredicate |
charIsEQ0() |
static ICharPredicate |
charIsGT0() |
static ICharPredicate |
charIsNE0() |
static DoublePredicate |
doubleIsEQ0() |
static DoublePredicate |
doubleIsGE0() |
static DoublePredicate |
doubleIsGT0() |
static DoublePredicate |
doubleIsLE0() |
static DoublePredicate |
doubleIsLT0() |
static DoublePredicate |
doubleIsNE0() |
static IntPredicate |
intIsEQ0() |
static IntPredicate |
intIsGE0() |
static IntPredicate |
intIsGT0() |
static IntPredicate |
intIsLE0() |
static IntPredicate |
intIsLT0() |
static IntPredicate |
intIsNE0() |
static LongPredicate |
longIsEQ0() |
static LongPredicate |
longIsGE0() |
static LongPredicate |
longIsGT0() |
static LongPredicate |
longIsLE0() |
static LongPredicate |
longIsLT0() |
static LongPredicate |
longIsNE0() |
@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()
Copyright © 2014–2020 Philip Helger. All rights reserved.