Skip to content

qoncept/kurry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurry

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")

License

The MIT License

About

Provides curry functions for currying in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages