public abstract class SimpleTransformFunction<T> extends TransformFunction
SimpleTransformFunction is an TransformFunction
that takes a single input and returns a single output.| Constructor and Description |
|---|
SimpleTransformFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
transform(Object[] input)
Execute this
TransformFunction with an input record to produce a new output record. |
statelessCloneequals, getOutputClasses, hashCode, toStringgetInputClassespublic Object[] transform(Object[] input)
TransformFunctionTransformFunction with an input record to produce a new output record.transform in class TransformFunctioninput - Input record.Copyright © 2017. All rights reserved.