Class IdentMapper<E>
java.lang.Object
org.magicwerk.brownies.collections.helper.IdentMapper<E>
- Type Parameters:
E- element type
- All Implemented Interfaces:
Serializable, Function<E,E>
Identity mapper.
- See Also:
-
Field Details
-
INSTANCE
Singleton instance
-
-
Constructor Details
-
IdentMapper
private IdentMapper()Prevent construction.
-
-
Method Details
-
apply
-