arrow-optics / arrow.optics / PIsoOf
typealias ~~PIsoOf~~<S, T, A, B> = Kind4<
ForPIso
, S, T, 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
PIso | An Iso is a loss less invertible optic that defines an isomorphism between a type S and A i.e. a data class and its properties represented by TupleNinterface PIso<S, T, A, B> : PIsoOf <S, T, A, B> |
Do you like Arrow?
✖