org.matheclipse.core.generic
Class IsLEOrdered<E extends IExpr>
- java.lang.Object
-
- org.matheclipse.core.generic.IsLEOrdered<E>
-
- All Implemented Interfaces:
- BiPredicate<E>
public class IsLEOrdered<E extends IExpr> extends java.lang.Object implements BiPredicate<E>
A binary function which compares the first expression with the second expression for order. Returns true if the first expression is canonical less than or equal to the second expression (<= relation).
-
-
Constructor Summary
Constructors Constructor and Description IsLEOrdered()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanapply(IExpr firstArg, IExpr secondArg)Applies this Predicate to the given objects.
-
-
-
Method Detail
-
apply
public boolean apply(IExpr firstArg, IExpr secondArg)
Description copied from interface:BiPredicateApplies this Predicate to the given objects.- Specified by:
applyin interfaceBiPredicate<E extends IExpr>- Returns:
- the value of this Predicate when applied to input
t1andt2.
-
-
DMelt 3.0 © DataMelt by jWork.ORG