Interface ByModulating

All Known Implementing Classes:
AggregateStep, DedupGlobalStep, FormatStep, GroupCountSideEffectStep, GroupCountStep, GroupSideEffectStep, GroupStep, MathStep, OrderGlobalStep, OrderLocalStep, PathFilterStep, PathStep, ProjectStep, PropertyMapStep, SackValueStep, SampleGlobalStep, SelectOneStep, SelectStep, TraversalSelectStep, TreeSideEffectStep, TreeStep, WherePredicateStep

public interface ByModulating
A ByModulating step is able to take GraphTraversal.by() calls. All the methods have default implementations except modulateBy(Traversal.Admin). In short, given a traversal, what should the ByModulating step do with it.
Author:
Marko A. Rodriguez (http://markorodriguez.com)