https://kotlinlang.org logo
#arrow
Title
t

themishkun

02/16/2018, 8:36 PM
or just make smth like
fun ((X, Y, Z) -> XYZ).tupled() = { (x, y, z): Tuple<X, Y, Z> -> invoke(x, y, z) }
and pass that😅