Maven module :un.api : api-common :
Class : un.api.lang.Mapping
Extends/Implements : -
Subclasses : -

An item mapping.
author  Yann D'Isanto


Variables : -
Functions : apply




Maps the specified A item to a B item.
param  item the item to apply this mapping on.
return  the B item which maps the specified A item.
Object apply (Object item)