Class IndexStep.ListIndexFunction
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.ListIndexFunction
-
- All Implemented Interfaces:
Serializable,Function<Iterator<?>,Object>
public static final class IndexStep.ListIndexFunction extends Object implements Function<Iterator<?>,Object>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Object>>apply(Iterator<?> iterator)static IndexStep.ListIndexFunctioninstance()
-