Class IdentMapper<E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.helper.IdentMapper<E>
-
- Type Parameters:
E
- element type
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<E,E>
public class IdentMapper<E> extends java.lang.Object implements java.util.function.Function<E,E>, java.io.Serializable
Identity mapper.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IdentMapper
INSTANCE
Singleton instance
-
Constructor Summary
Constructors Modifier Constructor Description private
IdentMapper()
Prevent construction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
apply(E v)
-
-
-
Field Detail
-
INSTANCE
public static final IdentMapper INSTANCE
Singleton instance
-
-