Class ScriptEngineLambda
java.lang.Object
org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
- All Implemented Interfaces:
BiConsumer,Consumer,Function,Predicate,Supplier,TriConsumer
public final class ScriptEngineLambda
extends Object
implements Function, Supplier, Consumer, Predicate, BiConsumer, TriConsumer
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface org.apache.tinkerpop.gremlin.util.function.TriConsumer
andThen
-
Field Details
-
engine
-
script
-
-
Constructor Details
-
ScriptEngineLambda
-
-
Method Details
-
apply
-
get
-
accept
-
accept
- Specified by:
acceptin interfaceBiConsumer
-
accept
Description copied from interface:TriConsumerPerforms this operation on the given arguments.- Specified by:
acceptin interfaceTriConsumer- Parameters:
a- the first argument to the operationb- the second argument to the operationc- the third argument to the operation
-
test
-