map abstract method

T map(
  1. Mapper mapper,
  2. T object
)

Maps object to a new instance of T.

Implementation

T map(Mapper mapper, T object);