com.rethinkdb.gen.ast.ReqlFunction4 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qj-rethinkdb-driver Show documentation
Show all versions of qj-rethinkdb-driver Show documentation
Java driver for RethinkDB (Modified from Official 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 ReqlFunction4 extends ReqlLambda {
Object apply(ReqlExpr arg1, ReqlExpr arg2, ReqlExpr arg3, ReqlExpr arg4);
}