map

abstract fun map(value: T): List<R>

Author

skydoves (Jaewoong Eum)

Since

1.0.0

Maps the response type T to the list of R.