Kurry provides curry functions for currying in Kotlin.
data class Foo(val i: Int, val b: Boolean, val s: String) {}
val foo = curry(::Foo)(42)(true)("ABC")| Name | Name | Last commit date | ||
|---|---|---|---|---|
Kurry provides curry functions for currying in Kotlin.
data class Foo(val i: Int, val b: Boolean, val s: String) {}
val foo = curry(::Foo)(42)(true)("ABC")