public class AsMap
extends Object
The current object at a named step in a PipesFluentPipeline can be accessed via AsMap.
AsMap maintains an internal HashMap that maps a String name to an AsPipe.
The AsPipe.getCurrentEnd() allows access to the last object to be emitted from the AsPipe.
This is used in conjunction with PipesFunction to allow PipeFunctions to access objects.
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)