Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created December 18, 2016 06:48
Show Gist options
  • Select an option

  • Save kevalpatel2106/1ec7f190fcffcac9d66036ad24dfb906 to your computer and use it in GitHub Desktop.

Select an option

Save kevalpatel2106/1ec7f190fcffcac9d66036ad24dfb906 to your computer and use it in GitHub Desktop.
Action1<Integer> onNextAction = new Action1<Integer>() {
@Override
public void call(Integer s) { //This is eqivelent to onNext()
System.out.println(s);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment