arrow-core / arrow.core.extensions / Tuple4Show
interface ~~Tuple4Show~~<A, B, C, D> : Show<Tuple4<A, B, C, D>>
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> | 
    
| SC | abstract fun SC(): Show<C> | 
    
| SD | abstract fun SD(): Show<D> | 
    
| show | open fun Tuple4<A, B, C, D>.show(): String | 
    
Do you like Arrow?
✖