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

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