One of the best talks from Kotlin Conf 2018. Dzieki Konrad!
@jayeshsuthar55904 жыл бұрын
Immensely informative, but watch in 1.5X speed
@dupersuper10004 жыл бұрын
Wait, so replacing a call to ‘map’ with a call to ‘flatmap’ is problematic? This is just how monads work. It’s how every monad has ever worked, from promises, to lists, to streams, to optionals to incremental computations... literally thousands of monads out there, and they all work precisely this same way. You have ‘flatmap’ function which flattens your nested type within your data transformation pipeline.
@jimmyl67066 жыл бұрын
Very nice and informative talk
@PaulSebastianM6 жыл бұрын
Mano a mano!
@solo-ps9vb3 жыл бұрын
Now that we have Flow, we can forget about Observable/Flux/Single/Mono. :)