A - the bounds and input typepublic final class Between<A extends Comparable<A>> extends Object implements Fn3<A,A,A,Boolean>
| Modifier and Type | Method and Description |
|---|---|
static <A extends Comparable<A>> |
between() |
static <A extends Comparable<A>> |
between(A lower) |
static <A extends Comparable<A>> |
between(A lower,
A upper) |
static <A extends Comparable<A>> |
between(A lower,
A upper,
A a) |
Boolean |
checkedApply(A lower,
A upper,
A a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, apply, apply, checkedApply, compose, contraMap, diMapL, discardR, flip, fn3, fn3, fn3, uncurry, widencheckedApply, curried, curry, fn2, fromBiFunction, toBiFunctionpublic Boolean checkedApply(A lower, A upper, A a)
checkedApply in interface Fn3<A extends Comparable<A>,A extends Comparable<A>,A extends Comparable<A>,Boolean>public static <A extends Comparable<A>> Between<A> between()
public static <A extends Comparable<A>> BiPredicate<A,A> between(A lower)
public static <A extends Comparable<A>> Predicate<A> between(A lower, A upper)
public static <A extends Comparable<A>> Boolean between(A lower, A upper, A a)