Interface IViewModelsMapper<M,​T extends ItemViewModel>

    • Method Detail

      • getMappedModels

        Collection<Object> getMappedModels()
        Returns the mapped models collection, never null
        Returns:
        the mapped models collection, never null
      • getMappedViewModels

        Collection<T> getMappedViewModels()
        Return the mapped viewModels.
        Returns:
        the mapped viewModels, cannot be null
      • updateItemViewModel

        void updateItemViewModel​(T item,
                                 M modelValue)
        Updates item view model.
        Parameters:
        item - the item view model, cannot be null
        modelValue - modelValue the model value, cannot be null