| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractEvalOpProcessor.evalOpInternal(Context context,
              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–2018 Apache Software Foundation. All rights reserved.