Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created March 17, 2016 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlospt/e8ca0789878b61ba61a2 to your computer and use it in GitHub Desktop.
Save pavlospt/e8ca0789878b61ba61a2 to your computer and use it in GitHub Desktop.
final Action1<T> consumer = new Action1<T>() {
@Override
public void call(T latest) {
if (last == NONE) last = latest;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment