arrow-core / arrow.core.extensions / ListKFoldable
interface ~~ListKFoldable~~ : Foldable<ForListK>
Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
| foldLeft | open fun <A, B> Kind<ForListK, A>.foldLeft(b: B, f: (B, A) -> B): B | 
    
| foldRight | open fun <A, B> Kind<ForListK, A>.foldRight(lb: Eval<B>, f: (A, Eval<B>) -> Eval<B>): Eval<B> | 
    
| isEmpty | open fun <A> Kind<ForListK, A>.isEmpty(): Boolean | 
    
| ListKCrosswalk | interface ~~ListKCrosswalk~~ : Crosswalk<ForListK>, ListKFunctor, ListKFoldable | 
    
Do you like Arrow?
✖