Skip navigation links
A D G P 

A

awaitEdits($receiver, edits, p) - Static method in class drewhamilton.preferoutines.extras.PreferoutinesExtrasKt
Apply a series of edits to the preferences and then commit them in a suspending fashiong.
awaitNonNullString($receiver, key, defaultValue, p) - Static method in class drewhamilton.preferoutines.extras.PreferoutinesExtrasKt
Retrieve a string value from the preferences. Since defaultValue is not null, the return value won't be null.
awaitNonNullStringSet($receiver, key, defaultValue, p) - Static method in class drewhamilton.preferoutines.extras.PreferoutinesExtrasKt
Retrieve a set of String values from the preferences. Since defaultValue is not null, the returned set won't be null.

D

drewhamilton.preferoutines.extras - package drewhamilton.preferoutines.extras
 

G

getNonNullStringFlow($receiver, key, defaultValue) - Static method in class drewhamilton.preferoutines.extras.PreferoutinesExtrasKt
Continuously receive the string value associated with the given key. Since defaultValue is not null, the emitted value will never be null.
getNonNullStringSetFlow($receiver, key, defaultValue) - Static method in class drewhamilton.preferoutines.extras.PreferoutinesExtrasKt
Continuously receive a string set associated with the given key. Since defaultValue is not null, the emitted set will never be null.

P

PreferoutinesExtrasKt - Class in drewhamilton.preferoutines.extras
 
A D G P 
Skip navigation links