arrow-core / arrow.core.extensions / Tuple5Show

Tuple5Show

interface ~~Tuple5Show~~<A, B, C, D, E> : Show<Tuple5<A, B, C, D, E>> 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>
show open fun Tuple5<A, B, C, D, E>.show(): String

Do you like Arrow?

Arrow Org
<