Lets say i have the service method. ApiItems is a...
# rx
p
Lets say i have the service method. ApiItems is an ArrayList (retrofit/gson handles the mapping) But after getting the result from the server i want to just pick out the ApiItems : ArrayList<FaultCategory> Im new to RxJava so i really don't knw.. is it the .map i have to use