Skip to content

Instantly share code, notes, and snippets.

@rohmanhakim
Created January 8, 2017 14:12
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 rohmanhakim/48b85d6ccaf9729bf19af7bfdad4a51c to your computer and use it in GitHub Desktop.
Save rohmanhakim/48b85d6ccaf9729bf19af7bfdad4a51c to your computer and use it in GitHub Desktop.
.debounce(100,TimeUnit.MILLISECONDS)
.map(new Func1<String, Boolean>() {
@Override
public Boolean call(String s) {
// butuh fungsi yang me-return boolean
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment