| Modifier and Type | Method and Description |
|---|---|
static <T> @NonNull ReplayingShare<T> |
ReplayingShare.createWithDefault(T defaultValue)
Creates a `ReplayingShare` transformer with a default value which will be emitted downstream
on subscription if there is not any cached value yet.
|
static <T> @NonNull ReplayingShare<T> |
ReplayingShare.instance()
The singleton instance of this transformer.
|
Copyright © 2016-2020. All Rights Reserved.