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

Class BinaryBindIth1st

    • Constructor Summary

      Constructors 
      Constructor and Description
      BinaryBindIth1st(IAST constant1, IAST constant2)
      The constant1 and constant2 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 firstArg)
      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

      • BinaryBindIth1st

        public BinaryBindIth1st(@Nonnull
                                IAST constant1,
                                @Nonnull
                                IAST constant2)
        The constant1 and constant2 AST will be cloned in the apply method.
        Parameters:
        constant1 - a "template AST" with all arguments set with a predefined value.
        constant2 - a "template AST" with all arguments set with a predefined value.
    • Method Detail

      • apply

        public IExpr apply(int index,
                           IExpr firstArg)
        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
        firstArg - 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.