| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-03-20 | 591 Bytes | |
| v1.1.0 source code.tar.gz | 2023-03-20 | 86.0 kB | |
| v1.1.0 source code.zip | 2023-03-20 | 132.4 kB | |
| Totals: 3 Items | 219.0 kB | 0 | |
- #190
KtMutableMapEntry.setValue()is now implemented (thx @hugobrancowb) - #188 Added
KtIterable.firstNotNullOf()KtIterable.firstNotNullOfOrNull()(thx @hugobrancowb) - #196 Methods, returning mutated copies are now marked with
@useReslt(thx @nohli) - #197
mapNotNull,mapNotNullTo,mapIndexedNotNull,mapIndexedNotNullTo,filterNotNullTowork now correctly for non-nullable types