public class IdentityFn<T> extends MapFn<T,T>
Modifier and Type | Method and Description |
---|---|
static <T> IdentityFn<T> |
getInstance() |
T |
map(T input)
Maps the given input into an instance of the output type.
|
process, scaleFactor
cleanup, configure, disableDeepCopy, initialize, setConfiguration, setContext
Copyright © 2016 The Apache Software Foundation. All rights reserved.