Class Between<A extends Comparable<A>>

java.lang.Object
com.jnape.palatable.lambda.functions.builtin.fn3.Between<A>
Type Parameters:
A - the bounds and input type
All Implemented Interfaces:
Fn1<A,Fn1<A,Fn1<A,Boolean>>>, Fn2<A,A,Fn1<A,Boolean>>, Fn3<A,A,A,Boolean>, Applicative<Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>, Cartesian<A,Fn1<A,Fn1<A,Boolean>>,Fn1<?,?>>, Cocartesian<A,Fn1<A,Fn1<A,Boolean>>,Fn1<?,?>>, Contravariant<A,Profunctor<?,Fn1<A,Fn1<A,Boolean>>,Fn1<?,?>>>, Functor<Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>, Profunctor<A,Fn1<A,Fn1<A,Boolean>>,Fn1<?,?>>, Monad<Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>, MonadReader<A,Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>, MonadRec<Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>, MonadWriter<A,Fn1<A,Fn1<A,Boolean>>,Fn1<A,?>>

public final class Between<A extends Comparable<A>> extends Object implements Fn3<A,A,A,Boolean>
Given two bounds and a value, return whether or not the value is greater than or equal to the lower bound and less than or equal to the upper bound.