arrow-core / arrow.core.extensions / ValidatedHash
interface ~~ValidatedHash~~<L, R> : Hash<Validated<L, R>>
Deprecated: Hash is deprecated in favor of hashCode(), since Kotlin’s Std doesn’t take Hash into account
| hashWithSalt | open fun Validated<L, R>.hashWithSalt(salt: Int): Int | 
    
| HL | abstract fun HL(): Hash<L> | 
    
| HR | abstract fun HR(): Hash<R> | 
    
Do you like Arrow?
✖