ctongfei / progressbar

Terminal-based progress bar for Java / JVM
http://tongfei.me/progressbar/
MIT License
1.08k stars 103 forks source link

Scala / Kotlin enrichments #35

Open ctongfei opened 6 years ago

ctongfei commented 6 years ago

Provides enrichments for Scala Traversables / Kotlin Iterables.

janheinrichmerker commented 4 years ago

Also some static methods could be replaced with extension functions in Kotlin.

janheinrichmerker commented 4 years ago

I would love to see support for wrapping Kotlin coroutines too.

janheinrichmerker commented 4 years ago

Nevermind, I just created Kotlin extensions for your library: https://github.com/reimersoftware/progressbar-ktx Would it be possible, to promote those in the readme?

ctongfei commented 4 years ago

@heinrichreimer Thanks! Feel free to push a PR against README.md.

janheinrichmerker commented 4 years ago

@ctongfei Sure, here's the PR: #72