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

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