arrow-core / arrow.core.extensions / Tuple6Show

Tuple6Show

interface ~~Tuple6Show~~<A, B, C, D, E, F> : Show<Tuple6<A, B, C, D, E, F>> Deprecated: Show is deprecated in favor of toString(), since Kotlin’s Std doesn’t take Show into account

Functions

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>
show open fun Tuple6<A, B, C, D, E, F>.show(): String

Do you like Arrow?

Arrow Org
<