v0.8.2 🦝 : more Kotlin extension methods 🍩💗
💗 Happy with
cffu
! 🦝 and be a "shifu"~ 😆
☘️ Features
- add more
kotlin
extension methods 🍩 forallOf
/anyOf
operations - support destructuring declarations for cffu tuples by adding
component<N>
extension methods 🍩
🛠️ Refactor
- rename kotlin extension methods 🍩 :
allCompletableFuture
->allOfCompletableFuture
anyCompletableFuture
->anyOfCompletableFuture
allCffu
->allOfCffu
anyCffu
->anyOfCffu
- move
CompletableFuture
only related logic to static methods ofCompletableFutureUtils
- improve
NPE
message - rename parameter name of
toCompletableFutureArray
☔️ Test
- rename methods of
TestUtils
🚜 Chore/Bulid
- bump
kotlin.version
from 1.8.10 to 1.8.20 (#19)
🔌 Java API Doc
https://foldright.io/cffu/apidocs/0.8.2/index.html
🍪 Maven dependency
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.8.2</version>
</dependency>