Skip to content

Conversation

@rostyslav-y
Copy link

No description provided.

@albodelu
Copy link
Contributor

Kotlin version is also defined here.

*/
override fun getBufferoos(): Single<List<BufferooEntity>> {
return bufferooService.getBufferoos()
.map { it.team }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do all of it in here instead of another map where we do it.map?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you right. It should be done in a single map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants