public abstract class Mapper<T> extends Function<T>
Constructor and Description |
---|
Mapper() |
Modifier and Type | Method and Description |
---|---|
protected void |
eval(T elem,
Pipe.OutputCollector collector)
Performs the manipulation, eventual outputs produced by the function
are output using the collector object.
|
abstract Set<T> |
map(T elem)
given a spot returns several different versions of the spot.
|
protected void eval(T elem, Pipe.OutputCollector collector)
Function
Copyright © 2013. All rights reserved.