public static final class Fn.Ints
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static IntBiPredicate |
equal() |
static IntBiPredicate |
greaterEqual() |
static IntBiPredicate |
greaterThan() |
static IntBiPredicate |
lessEqual() |
static IntBiPredicate |
lessThan() |
static IntBiPredicate |
notEqual() |
static IntPredicate |
notNegative() |
static IntPredicate |
positve() |
public static IntPredicate positve()
public static IntPredicate notNegative()
public static IntBiPredicate equal()
public static IntBiPredicate notEqual()
public static IntBiPredicate greaterThan()
public static IntBiPredicate greaterEqual()
public static IntBiPredicate lessThan()
public static IntBiPredicate lessEqual()