Skip to content

Instantly share code, notes, and snippets.

View addam01's full-sized avatar
👻
Out and About

Addam Rashidi Zulkeple addam01

👻
Out and About
View GitHub Profile
@benjchristensen
benjchristensen / RetryWhenTests.java
Created August 20, 2014 17:24
RetryWhen Example
import java.util.concurrent.TimeUnit;
import rx.Observable;
import rx.Subscriber;
public class RetryWhenTests {
public static void main(String[] args) {
Observable.create((Subscriber<? super String> s) -> {