arrow-core-data / arrow.core / Tuple7Of
typealias ~~Tuple7Of~~<A, B, C, D, E, F, G> = Kind7<
ForTuple7
, A, B, C, D, E, F, G>
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
Tuple7 | data class Tuple7<out A, out B, out C, out D, out E, out F, out G> : Tuple7Of <A, B, C, D, E, F, G> |
Do you like Arrow?
✖