static class CommandOperationHelper.IdentityTransformer<T> extends java.lang.Object implements CommandOperationHelper.CommandTransformer<T,T>
Constructor and Description |
---|
IdentityTransformer() |
Modifier and Type | Method and Description |
---|---|
T |
apply(T t,
ServerAddress serverAddress)
Yield an appropriate result object for the input object.
|
public T apply(T t, ServerAddress serverAddress)
CommandOperationHelper.CommandTransformer
apply
in interface CommandOperationHelper.CommandTransformer<T,T>
t
- the input object