arrow-core / arrow.core.extensions / Tuple4Hash
interface ~~Tuple4Hash~~<A, B, C, D> : Hash<Tuple4<A, B, C, D>>
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 Tuple4<A, B, C, D>.hashWithSalt(salt: Int ): Int |
HB | abstract fun HB(): Hash<B> |
HC | abstract fun HC(): Hash<C> |
HD | abstract fun HD(): Hash<D> |
Do you like Arrow?
✖