Uses of Interface
org.apache.tinkerpop.gremlin.server.op.AbstractEvalOpProcessor.BindingSupplier
-
-
Uses of AbstractEvalOpProcessor.BindingSupplier in org.apache.tinkerpop.gremlin.server.op
Methods in org.apache.tinkerpop.gremlin.server.op with parameters of type AbstractEvalOpProcessor.BindingSupplier Modifier and Type Method Description protected void
AbstractEvalOpProcessor. evalOpInternal(Context ctx, Supplier<GremlinExecutor> gremlinExecutorSupplier, AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)
A generalized implementation of the "eval" operation. -
Uses of AbstractEvalOpProcessor.BindingSupplier in org.apache.tinkerpop.gremlin.server.op.session
Methods in org.apache.tinkerpop.gremlin.server.op.session that return types with arguments of type AbstractEvalOpProcessor.BindingSupplier Modifier and Type Method Description protected Function<Context,AbstractEvalOpProcessor.BindingSupplier>
SessionOpProcessor. getBindingMaker(Session session)
A useful method for those extending this class, where the means for binding construction can be supplied to this class. -
Uses of AbstractEvalOpProcessor.BindingSupplier in org.apache.tinkerpop.gremlin.server.op.standard
Fields in org.apache.tinkerpop.gremlin.server.op.standard with type parameters of type AbstractEvalOpProcessor.BindingSupplier Modifier and Type Field Description protected Function<Context,AbstractEvalOpProcessor.BindingSupplier>
StandardOpProcessor. bindingMaker
Methods in org.apache.tinkerpop.gremlin.server.op.standard that return types with arguments of type AbstractEvalOpProcessor.BindingSupplier Modifier and Type Method Description protected Function<Context,AbstractEvalOpProcessor.BindingSupplier>
StandardOpProcessor. getBindingMaker()
A useful method for those extending this class, where the means for binding construction can be supplied to this class.
-