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, initialize, setContext
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.