public class IdentitySelector<T> extends java.lang.Object implements SelectorFunc<T,T>
| Constructor and Description |
|---|
IdentitySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare(TSetContext context)
Prepare the function.
|
T |
select(T t) |