ossgang / ossgang-commons

Apache License 2.0
4 stars 0 forks source link

Externalize operators interface for ObservableValue #64

Open andreacalia opened 3 years ago

andreacalia commented 3 years ago

Create a new interface for operators of ObservableValue so that operator's default methods could go there and tidy up the ObservableValue interface.

Also, add the debounce operator to the interface