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.
See Also:
  • Field Details

    • INSTANCE

      public static final IdentMapper INSTANCE
      Singleton instance
  • Constructor Details

    • IdentMapper

      private IdentMapper()
      Prevent construction.
  • Method Details