arrow-core-data / arrow.core / IorOf

IorOf

typealias ~~IorOf~~<A, B> = Kind2<ForIor, A, B> Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions

Inheritors

Ior Port of https://github.com/typelevel/cats/blob/v0.9.0/core/src/main/scala/cats/data/Ior.scalasealed class Ior<out A, out B> : IorOf<A, B>

Do you like Arrow?

Arrow Org
<