nishtahir / gwt-pectin

Automatically exported from code.google.com/p/gwt-pectin
0 stars 0 forks source link

Make models returned by Conditions & Functions disposable #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Computed models created by the Functions and Conditions factories aren't 
directly disposable.

There are two approaches: 
1) Make the resulting models implement Disposable
2) Make the Conditions/Functions non-static so you can dispose the whole lot in 
a manner similar to Binder etc.

Original issue reported on code.google.com by andrew.pietsch on 2 Sep 2010 at 12:23