arrow-core / arrow.core.extensions / arrow.core.Ior
| component1 | operator fun <L, R> Ior<L, R>.~~component1~~(): L? | 
    
| component2 | operator fun <L, R> Ior<L, R>.~~component2~~(): R? | 
    
| fx | fun <L, R> Ior.Companion.fx(SL: Semigroup<L>, c: suspend MonadSyntax<IorPartialOf<L>>.() -> R): Ior<L, R> | 
    
Do you like Arrow?
✖