Modify merge finder lambda to typealias

This commit is contained in:
2022-08-11 23:29:42 +08:00
parent 9201a18b96
commit 293ae08b0e
12 changed files with 55 additions and 43 deletions

View File

@@ -165,7 +165,7 @@ inner class RemedyPlan internal constructor()
#### constructor [method]
```kotlin
inline fun constructor(initiate: ConstructorFinder.() -> Unit)
inline fun constructor(initiate: ConstructorCondition)
```
**变更记录**