-
Updated
Oct 4, 2021 - Kotlin
kotlin-extensions
Here are 263 public repositories matching this topic...
-
Updated
Nov 13, 2018
-
Updated
Sep 30, 2021 - Kotlin
-
Updated
May 25, 2021 - Kotlin
-
Updated
Nov 20, 2018 - Kotlin
Hello, I am using syncthing for android and I can only do two way sync in its application folder. is there any way to force this music player to scan inside a specific folder?
-
Updated
Oct 19, 2020 - Kotlin
-
Updated
Oct 2, 2021 - Kotlin
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Jul 28, 2021 - Roff
Similar to issue #18, add methods in the collection_ktx package.
-
Updated
Dec 16, 2020 - Kotlin
-
Updated
May 9, 2019 - Kotlin
-
Updated
Aug 10, 2021 - Kotlin
-
Updated
Sep 9, 2021 - Kotlin
-
Updated
Nov 24, 2020 - Kotlin
-
Updated
Sep 17, 2021 - Kotlin
-
Updated
Jun 19, 2017 - Kotlin
-
Updated
Sep 16, 2021 - Kotlin
-
Updated
Jul 24, 2021 - Kotlin
-
Updated
Jul 5, 2021 - Kotlin
-
Updated
Dec 2, 2020 - Kotlin
-
Updated
Oct 1, 2021 - Kotlin
Motivation
The use of Kotlin Math Extensions is limited as it is missing several methods specific to sum() and average() of typed fluxes such as BigDecimal. I write financial application(s) which uses BigDecimal as a preference, using floats and doubles is discouraged, hence the need for Big Decimal specific implementations.
As such I have to implement these missing functions in my own
-
Updated
Jul 13, 2020 - Kotlin
-
Updated
Mar 29, 2021 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-extensions topic, visit your repo's landing page and select "manage topics."
Extend existing collection extension methods like
isEmpty
andisNotEmpty
to include contracts that imply whenever the verified collections are not null.For example: