Rename field -> access in FieldSetter
This commit is contained in:
parent
b1c978a3b0
commit
feb1f8d9d6
@ -59,7 +59,7 @@ fun interface FieldGetter<V> {
|
||||
}
|
||||
|
||||
fun interface FieldSetter<V> {
|
||||
fun invoke(value: V, field: FieldAccess<V>, setByRemote: Boolean)
|
||||
fun invoke(value: V, access: FieldAccess<V>, setByRemote: Boolean)
|
||||
}
|
||||
|
||||
sealed interface IField<V> : ReadOnlyProperty<Any, V>, Supplier<V>, () -> V {
|
||||
|
Loading…
Reference in New Issue
Block a user