public abstract static class Fn.FnS
extends java.lang.Object
ShortPredicate/Function/Consumer
.Modifier and Type | Method and Description |
---|---|
static ShortBiFunction<com.landawn.abacus.util.Nth> |
alternate() |
static ShortBiPredicate |
equal() |
static ShortBiPredicate |
greaterEqual() |
static ShortBiPredicate |
greaterThan() |
static ShortBiPredicate |
lessEqual() |
static ShortBiPredicate |
lessThan() |
static ShortBiPredicate |
notEqual() |
static ShortPredicate |
notNegative() |
static ShortPredicate |
positve() |
public static ShortPredicate positve()
public static ShortPredicate notNegative()
public static ShortBiPredicate equal()
public static ShortBiPredicate notEqual()
public static ShortBiPredicate greaterThan()
public static ShortBiPredicate greaterEqual()
public static ShortBiPredicate lessThan()
public static ShortBiPredicate lessEqual()
public static ShortBiFunction<com.landawn.abacus.util.Nth> alternate()