Documentation of 'org.matheclipse.core.generic.IsLEOrdered' Java class
IsLEOrdered
org.matheclipse.core.generic

Class IsLEOrdered<E extends IExpr>

  • 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
      boolean apply(IExpr firstArg, IExpr secondArg)
      Applies this Predicate to the given objects.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsLEOrdered

        public IsLEOrdered()
    • Method Detail

      • apply

        public boolean apply(IExpr firstArg,
                             IExpr secondArg)
        Description copied from interface: BiPredicate
        Applies this Predicate to the given objects.
        Specified by:
        apply in interface BiPredicate<E extends IExpr>
        Returns:
        the value of this Predicate when applied to input t1 and t2.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.