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

Class BinaryFunctorImpl<T>

  • All Implemented Interfaces:
    BiFunction<T,T,T>
    Direct Known Subclasses:
    BinaryApply, BinaryEval, BinaryMap, BinaryNumerical


    public abstract class BinaryFunctorImpl<T>
    extends java.lang.Object
    implements BiFunction<T,T,T>
    A function object that takes two arguments and returns a result. The two arguments are both of type T and the result is also of type T
    • Constructor Detail

      • BinaryFunctorImpl

        public BinaryFunctorImpl()
    • Method Detail

      • apply

        public abstract T apply(T firstArg,
                                T secondArg)
        Executes the function and returns the result.
        Specified by:
        apply in interface BiFunction<T,T,T>
        Parameters:
        firstArg - The first source object.
        secondArg - The second source object.
        Returns:
        The resulting object.
        Throws:
        FunctionException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.