public class MapCompute<O,I> extends java.lang.Object implements ComputeFunc<O,I>
Constructor and Description |
---|
MapCompute(MapFunc<O,I> mapFunction) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
O |
compute(I input) |
void |
prepare(TSetContext context)
Prepare the function.
|
public void prepare(TSetContext context)
TFunction