arrow-core / arrow.core.extensions.list.alternative / kotlin.collections.List
| alt | infix fun <A> List<A>.~~alt~~(arg1: List<A>): List<A> | 
    
| combineK | fun <A> List<A>.~~combineK~~(arg1: List<A>): List<A> | 
    
| lazyOrElse | fun <A> List<A>.~~lazyOrElse~~(arg1: () -> Kind<ForListK, A>): List<A> | 
    
| many | fun <A> List<A>.~~many~~(): List<SequenceK<A>> | 
    
| optional | fun <A> List<A>.~~optional~~(): List<Option<A>> | 
    
| orElse | fun <A> List<A>.~~orElse~~(arg1: List<A>): List<A> | 
    
| some | fun <A> List<A>.~~some~~(): List<SequenceK<A>> | 
    
Do you like Arrow?
✖