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