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

Add common methods and fields from Stream/Property to Watchable

danschultz opened this issue · comments

Methods:

  • any():Future
  • asyncExpand():EventStream
  • asyncExpandLatest():EventStream
  • asyncMap():EventStream
  • contains():Future
  • distinct():Reactable
  • delay():Reactable
  • drain():Future
  • elementAt():Future
  • every():Future
  • expand():Reactable
  • firstWhere():Future
  • fold():Future
  • forEach():Future
  • handleError():EventStream
  • join():Future
  • lastWhere():Future
  • map():Reactable
  • reduce():Future
  • scan():Property
  • singleWhere():Future
  • skip():Reactable
  • skipWhile():EventStream
  • take():Reactable
  • takeWhile():EventStream
  • toList():Future
  • toSet():Future
  • throttle():Reactable
  • where():Future

Properties:

  • first:Future
  • last:Future
  • length:Future
  • single:Future
  • isEmpty:Future