Class LTE<A extends Comparable<A>>
java.lang.Object
com.jnape.palatable.lambda.functions.builtin.fn2.LTE<A>
- Type Parameters:
A
- the value typ
- All Implemented Interfaces:
Fn1<A,
,Fn1<A, Boolean>> Fn2<A,
,A, Boolean> BiPredicate<A,
,A> Applicative<Fn1<A,
,Boolean>, Fn1<A, ?>> Cartesian<A,
,Fn1<A, Boolean>, Fn1<?, ?>> Cocartesian<A,
,Fn1<A, Boolean>, Fn1<?, ?>> Contravariant<A,
,Profunctor<?, Fn1<A, Boolean>, Fn1<?, ?>>> Functor<Fn1<A,
,Boolean>, Fn1<A, ?>> Profunctor<A,
,Fn1<A, Boolean>, Fn1<?, ?>> Monad<Fn1<A,
,Boolean>, Fn1<A, ?>> MonadReader<A,
,Fn1<A, Boolean>, Fn1<A, ?>> MonadRec<Fn1<A,
,Boolean>, Fn1<A, ?>> MonadWriter<A,
Fn1<A, Boolean>, Fn1<A, ?>>
Given two
Comparable
values of type A
, return true
if the second value is less than
or equal to the first value according to Comparable.compareTo(Object)
otherwise, return false.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckedApply
(A y, A x) static <A extends Comparable<A>>
LTE<A> lte()
static <A extends Comparable<A>>
Predicate<A> lte
(A y) static <A extends Comparable<A>>
Booleanlte
(A y, A x) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jnape.palatable.lambda.functions.specialized.BiPredicate
and, apply, contraMap, diMapL, discardR, flip, negate, or, toBiPredicate, uncurry
Methods inherited from interface com.jnape.palatable.lambda.functions.Fn1
andThen, carry, cartesian, censor, choose, cocartesian, diMap, diMapR, discardL, flatMap, fmap, lazyZip, listens, local, pure, self, thunk, toFunction, trampolineM, zip, zip
Methods inherited from interface com.jnape.palatable.lambda.functions.Fn2
apply, checkedApply, compose, toBiFunction, widen
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LTE
private LTE()
-
-
Method Details
-
checkedApply
- Specified by:
checkedApply
in interfaceFn2<A extends Comparable<A>,
A extends Comparable<A>, Boolean>
-
lte
-
lte
-
lte
-