arrow-core / arrow.core.extensions / EitherShow
interface ~~EitherShow~~<L, R> : Show<Either<L, R>>
Deprecated: Show is deprecated in favor of toString(), since Kotlin’s Std doesn’t take Show into account
| show | open fun Either<L, R>.show(): String | 
    
| SL | abstract fun SL(): Show<L> | 
    
| SR | abstract fun SR(): Show<R> | 
    
Do you like Arrow?
✖