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>

public class IdentMapper<E> extends Object implements Function<E,E>, Serializable
Identity mapper.
Author:
Thomas Mauch
See Also:
  • Field Details

    • INSTANCE

      public static final IdentMapper INSTANCE
      Singleton instance
  • Method Details