arrow-core / arrow.core.extensions / Tuple2Show
interface ~~Tuple2Show~~<A, B> : Show<Tuple2<A, B>>
Deprecated: Show is deprecated in favor of toString(), since Kotlin’s Std doesn’t take Show into account
| SA | abstract fun SA(): Show<A> | 
    
| SB | abstract fun SB(): Show<B> | 
    
| show | open fun Tuple2<A, B>.show(): String | 
    
Do you like Arrow?
✖