public abstract class IntOperators extends BaseIntOperators
Modifier and Type | Field and Description |
---|---|
static IntBiPredicate |
equal |
static IntBiPredicate |
greaterOrEqual |
static IntBiPredicate |
greaterThan |
static IntBiPredicate |
lessOrEqual |
static IntBiPredicate |
lessThan |
static IntPredicate |
negative |
static IntBiPredicate |
nonEqual |
static IntPredicate |
nonnegative |
static IntPredicate |
nonpositive |
static IntPredicate |
nonzero |
static IntPredicate |
positive |
static IntPredicate |
zero |
compileOperator, compileOperator, compileOperator, compileOperator, compileOperator, compileOperator, compileOperator, compileOperator, gcd, id, join, join
public static IntPredicate negative
public static IntPredicate positive
public static IntPredicate nonnegative
public static IntPredicate nonpositive
public static IntPredicate zero
public static IntPredicate nonzero
public static IntBiPredicate lessThan
public static IntBiPredicate greaterThan
public static IntBiPredicate lessOrEqual
public static IntBiPredicate greaterOrEqual
public static IntBiPredicate equal
public static IntBiPredicate nonEqual