E - element typepublic class IdentMapper<E>
extends java.lang.Object
implements java.util.function.Function<E,E>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static IdentMapper |
INSTANCE
Singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
E |
apply(E v) |
public static final IdentMapper INSTANCE