Applies accept to a stream of raw button states.
Stream<void> bind(Stream<int> states) => states.where(accept).map((_) {});