Skip to content

Instantly share code, notes, and snippets.

@MathiasSeguy-Android2EE
Created June 11, 2020 09:08
Show Gist options
  • Save MathiasSeguy-Android2EE/51c572f5b178ceb211ca055b9bf6ef6c to your computer and use it in GitHub Desktop.
Save MathiasSeguy-Android2EE/51c572f5b178ceb211ca055b9bf6ef6c to your computer and use it in GitHub Desktop.
Markdium-Chapter 9: Observable's action operators
private static final Observable observableSrc = Observable.just(
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment