arrow-core / arrow.core.extensions.listk.monad / arrow.core.ListK / monad
fun ListK.Companion.~~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 …
Do you like Arrow?
✖