[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
TableView, UnaryFn
- To: <heh>
- Subject: TableView, UnaryFn
- From: Eric Dean Tribble <tribble>
- Date: Sun, 22 Oct 89 21:45:09 PDT
- Cc: <mark>, <xtech>
- In-reply-to: <Hugh>,18 PDT <8910222025.AA21002@xanadu>
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