Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEvalOpProcessor.evalOpInternal(Context ctx,
Supplier<GremlinExecutor> gremlinExecutorSupplier,
AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)
A generalized implementation of the "eval" operation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Function<Context,AbstractEvalOpProcessor.BindingSupplier> |
StandardOpProcessor.bindingMaker |
Modifier and Type | Method and 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.
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.