Examples of applyClosure()


Examples of org.renjin.eval.ClosureDispatcher.applyClosure()

  }

  @Override
  public SEXP apply(Context context, Environment rho, FunctionCall call, PairList args) {
    ClosureDispatcher dispatcher = new ClosureDispatcher(context, rho, call);
    return dispatcher.applyClosure(this, args);
  }
 

  public SEXP matchAndApply(Context callingContext, Environment callingEnvironment, FunctionCall call,
      PairList promisedArgs) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.