arrow-core / arrow.core.extensions / Tuple7Show
interface ~~Tuple7Show~~<A, B, C, D, E, F, G> : Show<Tuple7<A, B, C, D, E, F, G>>
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> |
SE | abstract fun SE(): Show<E> |
SF | abstract fun SF(): Show<F> |
SG | abstract fun SG(): Show<G> |
show | open fun Tuple7<A, B, C, D, E, F, G>.show(): String |
Do you like Arrow?
✖