v0.2.1 🦝 : new methods `Cffu.cffuCombine(...)`, `CompletionStage.asCffu` kotlin extension 💗
💗 Happy with
cffu
! 🦝 and be a "shifu"~ 😆
🍀 New features
- add new methods
Cffu.cffuCombine(...)
🚞
providing these method is convenient for method chaining - implement
CompletionStage.asCffu
kotlin extension method 🍩 - add new method
Cffu.cffuFactory()
🏭
🛠️ Refactor
- change
CffuState#toFutureState
to instance method 📦 - update
CffuFactory.screenExecutor
and reorder it - make
Cffu.cf
field private, because there isCffu.cffuUnwrap
method
🚜 Chore/Bulid
- upgrade maven wrapper to 3.9.1 🪶
- bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#16)
- bump maven-resources-plugin from 3.3.0 to 3.3.1 (#17)
- bump maven-install-plugin from 3.1.0 to 3.1.1 (#18)
Java API Doc
https://foldright.io/cffu/apidocs/0.2.1/index.html
Maven dependency
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.2.1</version>
</dependency>