org.matheclipse.core.generic
Class IsBinaryFalse<E extends IExpr>
- java.lang.Object
-
- org.matheclipse.core.generic.ExprComparator
-
- org.matheclipse.core.generic.IsBinaryFalse<E>
-
- All Implemented Interfaces:
- java.util.Comparator<IExpr>, BiPredicate<E>
public class IsBinaryFalse<E extends IExpr> extends ExprComparator implements BiPredicate<E>
Check if the evaluation of a binary AST object givesFalse
-
-
Field Summary
-
Fields inherited from class org.matheclipse.core.generic.ExprComparator
CONS
-
-
Constructor Summary
Constructors Constructor and Description IsBinaryFalse(IExpr head)Define a binary AST with the headerhead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanapply(IExpr firstArg, IExpr secondArg)Check if the evaluation of a binary AST object givesFalseby settings it's first argument tofirstArgand settings it's second argument tosecondArgintcompare(IExpr firstArg, IExpr secondArg)
-
-
-
Constructor Detail
-
IsBinaryFalse
public IsBinaryFalse(IExpr head)
Define a binary AST with the headerhead.- Parameters:
head- the AST's head expresion
-
-
Method Detail
-
apply
public boolean apply(IExpr firstArg, IExpr secondArg)
Check if the evaluation of a binary AST object givesFalseby settings it's first argument tofirstArgand settings it's second argument tosecondArg- Specified by:
applyin interfaceBiPredicate<E extends IExpr>- Returns:
- the value of this Predicate when applied to input
t1andt2.
-
compare
public int compare(IExpr firstArg, IExpr secondArg)
- Specified by:
comparein interfacejava.util.Comparator<IExpr>- Overrides:
comparein classExprComparator
-
-
DMelt 3.0 © DataMelt by jWork.ORG