[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 00:09:14 PDT
- Cc: <mark>, <xtech>
- In-reply-to: <Hugh>,15 PDT <8910212043.AA02016@xanadu>
Caveat. I vaguely recall that the original query was wrt TableViews.
If not, substitue the appropriate TypeName....
I think I missed the original question. I now think that you are
asking about the actual implementaion (or class) of TableView (or
whatever). That certainly is a different class from UnaryFn. The
message set varies significantly (such as 'count'), and the protocols
will change/grow in different directions (it's important to consider
this). I originally thought you were asking about whether a TableView
should internally hold onto a UnaryFn or some other object type.
Having a TableView hold onto a UnaryFn seems like a nice simple
implementation.
dean