All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rethinkdb.gen.ast.ReqlFunction2 Maven / Gradle / Ivy

There is a newer version: 2.3.2.20160729
Show newest version
// Autogenerated by metajava.py.
// Do not edit this file directly.
// The template for this file is located at:
// ../../../../../../../../templates/ReqlFunction.java
package com.rethinkdb.gen.ast;

import com.rethinkdb.model.ReqlLambda;
import com.rethinkdb.ast.ReqlAst;

public interface ReqlFunction2 extends ReqlLambda {
    Object apply(ReqlExpr arg1, ReqlExpr arg2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy