CategoriesWrapper

class CategoriesWrapper(categories: List<EntityResponse<Category>>) : EntityWrapper<Category>

Created by Lobster on 04.03.18.

Constructors

Link copied to clipboard
fun CategoriesWrapper(categories: List<EntityResponse<Category>>)

Functions

Link copied to clipboard
open fun map(): List<Category>