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