davidmoten / davidmoten/rxjava2-file
Readme code seems to not run
- Dominant language
- Java
- Stars
- 15
- Forks
- 0
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description

Copy and pasting from the readme leads to this type error.
`incompatible types: io.reactivex.Flowable cannot be converted to io.reactivex.Observable>`
Am I missing something?
I was able to get it to work using `.events` by using Observable.interval and then mapping it to a custom `WatchEvent.` (it wasn't happy with returning `StandardWatchEventKinds.*` but still this somehow seems incongruent with your example.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.