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