[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

TableView, UnaryFn



I think UnaryFns should get used in a particular implementation of
TableView: MapTable.  a MapTable just maps every value of the original
table through a UnaryFn.  Count is almost the same unless the UnaryFn
can return nil....  

My immediate feeling is to implement the cases that we need right now:
SubTable?, SubIntegerTable, and RunTable.

dean