arrow-core / arrow.core.extensions / IorHash
interface ~~IorHash~~<L, R> : Hash<Ior<L, R>>
Deprecated: Hash typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
hashWithSalt | open fun Ior<L, R>.hashWithSalt(salt: Int ): Int |
HL | abstract fun HL(): Hash<L> |
HR | abstract fun HR(): Hash<R> |
Do you like Arrow?
✖