diff --git a/extensions-lib/androidx.preference/-check-box-preference/-check-box-preference.html b/extensions-lib/androidx.preference/-check-box-preference/-check-box-preference.html index 2edf22c..37f8388 100644 --- a/extensions-lib/androidx.preference/-check-box-preference/-check-box-preference.html +++ b/extensions-lib/androidx.preference/-check-box-preference/-check-box-preference.html @@ -48,7 +48,7 @@ 14
Android preferences classes exposed to extensions.
Not all classes from androidx.preference package were implemented as stubs, so if you need to use a non-implemented class, you must add the following into the extension's build.gradle file:
dependencies {
compileOnly("androidx.preference:preference-ktx:1.2.0")
}
Android preferences classes exposed to extensions.
Not all classes from androidx.preference package were implemented as stubs, so if you need to use a non-implemented class, you must add the following into the extension's build.gradle file:
dependencies {
compileOnly("androidx.preference:preference-ktx:1.2.0")
}
Parallel implementation of Iterable.flatMap, but running the transformation function inside a runCatching block.
Parallel implementation of Iterable.flatMap, but running the transformation function inside a runCatching block.
Thread-blocking parallel implementation of Iterable.flatMap, but running the transformation function inside a runCatching block.
Thread-blocking parallel implementation of Iterable.flatMap, but running the transformation function inside a runCatching block.
Parallel implementation of Iterable.map.
Parallel implementation of Iterable.map.
Thread-blocking parallel implementation of Iterable.map.
Thread-blocking parallel implementation of Iterable.map.
Parallel implementation of Iterable.mapNotNull.
Parallel implementation of Iterable.mapNotNull.
Thread-blocking parallel implementation of Iterable.mapNotNull.
Thread-blocking parallel implementation of Iterable.mapNotNull.
A checkbox control, similar to HTML's <input type="checkbox">
.
The checkbox text
A boolean that will be true
if it's checked.