FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

package com.rethinkdb.gen.ast; import com.rethinkdb.model.ReqlLambda; import com.rethinkdb.ast.ReqlAst; public interface ReqlFunction${arity} extends ReqlLambda { Object apply(${", ".join("ReqlExpr arg%s" % (i,) for i in range(1,arity+1))}); }

Back | FazBrowse Home | New Git URL