org.matheclipse.core.generic
Class IsUnaryVariableOrPattern<E extends IExpr>
- java.lang.Object
-
- org.matheclipse.core.generic.IsUnaryVariableOrPattern<E>
-
-
Constructor Summary
Constructors Constructor and Description IsUnaryVariableOrPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanapply(IExpr firstArg)Returns the result of applying this predicate toinput.
-
-
-
Method Detail
-
apply
public boolean apply(IExpr firstArg)
Description copied from interface:PredicateReturns the result of applying this predicate toinput. This method is generally expected, but not absolutely required, to have the following properties:- Its execution does not cause any observable side effects.
- The computation is consistent with equals; that is,
Objects.equal(a, b)implies thatpredicate.apply(a) == predicate.apply(b)).
-
-
DMelt 3.0 © DataMelt by jWork.ORG