public class RxPreferencesKt
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.Completable |
edit(drewhamilton.rxpreferences.RxPreferences $receiver,
kotlin.jvm.functions.Function1<? super drewhamilton.rxpreferences.RxPreferences.Editor,drewhamilton.rxpreferences.RxPreferences.Editor> edits)
Apply a series of edits to this and then commit them.
|
@NotNull
public static io.reactivex.Completable edit(@NotNull
drewhamilton.rxpreferences.RxPreferences $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super drewhamilton.rxpreferences.RxPreferences.Editor,drewhamilton.rxpreferences.RxPreferences.Editor> edits)
Apply a series of edits to this and then commit them.
Note that calls to RxPreferences.Editor.remove and RxPreferences.Editor.clear are executed first, regardless of what order they appear in the series of edits.