danschultz / frappe

A Dart package for functional reactive programming

Home Page:http://pub.dartlang.org/packages/frappe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property.asEventStream() still behaves like a property

danschultz opened this issue · comments

EventStream.listen() adds a listener directly to the stream it wraps. The implementation for Property.asEventStream() is to create an event stream that wraps itself. So a property that's converted to a stream is effectively behaving like a property.