Created
January 8, 2017 14:12
-
-
Save rohmanhakim/48b85d6ccaf9729bf19af7bfdad4a51c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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