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 combine() method to Property

danschultz opened this issue · comments

Used to derive a new value based on two properties.

a.combine(b, (a, b) => a + b);