arrow-core / arrow.core.extensions.list.monad / List / monad

monad

fun ~~monad~~(): ListKMonad Deprecated: Monad typeclasses is deprecated. Use concrete methods on List

Monad abstract over the ability to declare sequential computations that are dependent in the order or the results of previous computations.

Given a type constructor F with a value of A we can compose multiple operations of type Kind<F, ?> where ? denotes a value being transformed.

This is true for all type constructors that can support the Monad type class including and not limited to IO, ObservableK, Option, Either, List

The Monad Tutorial

Do you like Arrow?

Arrow Org
<