public abstract class DataMapper<T,R>
extends java.lang.Object
implements rx.functions.Func1<T,R>
DataMapper transforms entities from the format most convenient for the use cases, to the
format most convenient for the presentation layer.| Constructor and Description |
|---|
DataMapper() |