Skip to content

Instantly share code, notes, and snippets.

@tbruyelle
Created July 11, 2016 21:43
Show Gist options
  • Save tbruyelle/62e070bf4a3aef7d104d000969bcdba5 to your computer and use it in GitHub Desktop.
Save tbruyelle/62e070bf4a3aef7d104d000969bcdba5 to your computer and use it in GitHub Desktop.
.debounce(100)
.filter(val -> {
if (allKeys[val]) {
allKeys[val] = false;
return true;
}
return false;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment