cascading.operation
Interface Function<Context>
- All Superinterfaces:
- Operation<Context>
- All Known Implementing Classes:
- AggregateBy.CompositeFunction, DateFormatter, DateParser, ExpressionFunction, FieldFormatter, FieldJoiner, Identity, Insert, NoOp, RegexGenerator, RegexParser, RegexReplace, RegexSplitGenerator, RegexSplitter, SetValue, TagSoupParser, UnGroup, XPathGenerator, XPathParser
public interface Function<Context>
- extends Operation<Context>
Interface Function marks a given BaseOperation
as a function, as opposed to being a Filter
.
Fields inherited from interface cascading.operation.Operation |
ANY |
operate
void operate(FlowProcess flowProcess,
FunctionCall<Context> functionCall)
- Method operate provides the implementation of this Function.
- Parameters:
flowProcess
- of type FlowProcessfunctionCall
- of type FunctionCall
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.