JakeWharton / RxReplayingShare

An RxJava transformer which combines replay(1), publish(), and refCount() operators.
Apache License 2.0
628 stars 28 forks source link

Adds createWithDefault API #35

Closed oldergod closed 5 years ago

oldergod commented 5 years ago

fixes #34

JakeWharton commented 5 years ago

Rebase to pick up CI fix

oldergod commented 5 years ago

Renamed value to defaultValue and applied the rest.

JakeWharton commented 5 years ago

Going to do a pass of nullability annotations and maybe add error-prone/nullaway before release.

oldergod commented 5 years ago

No problem, I can wait a few hours