kbox

Utility library for Kotlin

APACHE-2.0 License

Stars
7

Bot releases are hidden (Show)

kbox - Tuple Factories and TupleLike Latest Release

Published by robstoll 4 months ago

What's Changed

Full Changelog: https://github.com/robstoll/kbox/compare/v2.0.0...v2.1.0

kbox - Tuple4 - Tuple9

Published by robstoll 5 months ago

What's Changed

Full Changelog: https://github.com/robstoll/kbox/compare/v1.2.0...v2.0.0

kbox - ifNotEmpty

Published by robstoll 5 months ago

What's Changed

Full Changelog: https://github.com/robstoll/kbox/compare/v1.1.0...v1.2.0

kbox - failIf, takeIf, dynamicTraversal

Published by robstoll 8 months ago

What's Changed

Full Changelog: https://github.com/robstoll/kbox/compare/v1.0.0...v1.1.0

kbox - JS-IR, drop kotlin 1.3 support

Published by robstoll 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robstoll/kbox/compare/v0.16.0...v1.0.0

kbox - switch to new MPP plugin

Published by robstoll almost 3 years ago

kbox - identity function

Published by robstoll over 4 years ago

kbox - fix for gradle 6 jdk8 issues

Published by robstoll over 4 years ago

kbox - fix for PeekingIterator, publish to maven central

Published by robstoll almost 5 years ago

kbox - blankToNull

Published by robstoll over 5 years ago

kbox - Array<out E> for forElementAndEachIn and forEachIn

Published by robstoll almost 6 years ago

Fixes a limitation concerning forElementAndEachIn as well as forEachIn in combination with Array. As it was defined invariant so far it could not be used in combination with vararg which result in out E.

kbox - publish also a jar for android

Published by robstoll almost 6 years ago

The kbox-android jar does not contain a module-info.class which seems to make trouble in combination with the D8 compiler.

kbox - forEachRemaining

Published by robstoll almost 6 years ago

adds forEachRemaining to < jdk7 and other platforms

kbox - isNotNullAndNotEmpty/NotBlank

Published by robstoll over 6 years ago

introduced isNotNullAndNotEmpty as well as isNotNullAndNotBlank

kbox - forElementAndForEach

Published by robstoll over 6 years ago

Removed forThisAndForEach in favour of forElementAndForEach which is no longer an extension function. forThisAndForEach popped up to often in code completion.

kbox - mapRemaining

Published by robstoll over 6 years ago

added mapRemaining

kbox - multi platform project

Published by robstoll over 6 years ago

Turned Kbox into a multi platform project (JVM and JS)

kbox - joinToString for Iterable

Published by robstoll over 6 years ago

kbox - Peeking Iterator

Published by robstoll over 6 years ago

kbox - last separator

Published by robstoll almost 7 years ago

Added an additional parameter lastSeparator to List<*>::joinToString. Besides that KDoc was added.

Package Rankings
Top 28.39% on Repo1.maven.org
Badges
Extracted from project README
Download Apache license Build Status Ubuntu Build Status Windows
Related Projects