arrow-core / arrow.core.extensions / Tuple6Hash
interface ~~Tuple6Hash~~<A, B, C, D, E, F> : Hash<Tuple6<A, B, C, D, E, F>>
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 Tuple6<A, B, C, D, E, F>.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> | 
    
| HF | abstract fun HF(): Hash<F> | 
    
Do you like Arrow?
✖