Class FunctionTraverser<A,B>
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.lambda.FunctionTraverser<A,B>
 
 
- 
- All Implemented Interfaces:
 Serializable,Function<Traverser<A>,B>
public final class FunctionTraverser<A,B> extends Object implements Function<Traverser<A>,B>, Serializable
- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FunctionTraverser(Function<A,B> function) 
 -