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

Class UnaryBindIth

    • Constructor Summary

      Constructors 
      Constructor and Description
      UnaryBindIth(IAST constant)
      The constant AST will be cloned in the apply method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      IExpr apply(int index, IExpr arg)
      Clone the given AST and set the i-th argument of the new AST to arg .
      • Methods inherited from class java.lang.Object

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

      • UnaryBindIth

        public UnaryBindIth(IAST constant)
        The constant AST will be cloned in the apply method.
        Parameters:
        constant - a "template AST" with all arguments set with a predefined value.
    • Method Detail

      • apply

        public IExpr apply(int index,
                           IExpr arg)
        Clone the given AST and set the i-th argument of the new AST to arg .
        Specified by:
        apply in interface IUnaryIndexFunction<IExpr,IExpr>
        Parameters:
        index - the i-th index should be used
        arg - the i-th argument in the new AST
        Returns:
        The resulting object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.