Documentation of 'org.matheclipse.core.builtin.function.NumberQ' Java class
NumberQ
org.matheclipse.core.builtin.function

Class NumberQ

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static NumberQ CONST
      Constructor for the unary predicate
    • Constructor Summary

      Constructors 
      Constructor and Description
      NumberQ() 
    • Field Detail

      • CONST

        public static final NumberQ CONST
        Constructor for the unary predicate
    • Constructor Detail

      • NumberQ

        public NumberQ()
    • Method Detail

      • apply

        public boolean apply(IExpr expr)
        Description copied from interface: Predicate
        Returns the result of applying this predicate to input. 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 that predicate.apply(a) == predicate.apply(b)).
        Specified by:
        apply in interface Predicate<IExpr>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.