arrow-core / arrow.core.extensions / Tuple5Hash
interface ~~Tuple5Hash~~<A, B, C, D, E> : Hash<Tuple5<A, B, C, D, E>>
Deprecated: Hash is deprecated in favor of hashCode(), since Kotlin’s Std doesn’t take Hash into account
HA | abstract fun HA(): Hash<A> |
hashWithSalt | open fun Tuple5<A, B, C, D, E>.hashWithSalt(salt: Int ): Int |
HB | abstract fun HB(): Hash<B> |
HC | abstract fun HC(): Hash<C> |
HD | abstract fun HD(): Hash<D> |
HE | abstract fun HE(): Hash<E> |
Do you like Arrow?
✖