CountriesWrapper

class CountriesWrapper(responses: List<EntityResponse<Country>>) : EntityWrapper<Country>

Created by Lobster on 04.03.18.

Constructors

Link copied to clipboard
fun CountriesWrapper(responses: List<EntityResponse<Country>>)

Functions

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