arrow-core / arrow.core.extensions / Tuple9Show

Tuple9Show

interface ~~Tuple9Show~~<A, B, C, D, E, F, G, H, I> : Show<Tuple9<A, B, C, D, E, F, G, H, I>> 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>
SG abstract fun SG(): Show<G>
SH abstract fun SH(): Show<H>
show open fun Tuple9<A, B, C, D, E, F, G, H, I>.show(): String
SI abstract fun SI(): Show<I>

Do you like Arrow?

Arrow Org
<