RxNullableTransformations<T> extension
Extensions for nullable reactive values
- on
-
- Rx<
T?>
- Rx<
Methods
-
mapNotNull<
R> (R mapper(T)) → RxComputed< R?> -
Available on Rx<
Map only non-null valuesT?> , provided by the RxNullableTransformations extension -
whereNotNull(
) → RxComputed< T?> -
Available on Rx<
Filter out null valuesT?> , provided by the RxNullableTransformations extension -
withDefault(
T defaultValue) → RxComputed< T> -
Available on Rx<
Provide a default value for nullT?> , provided by the RxNullableTransformations extension