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

TableView, UnaryFn



Ok, a semantics question.
  Should a TableView be constructed with a UnaryFn, or should it replicate
the UnaryFn protocol and require subclassing to create new ones (like UnaryFns)
  My current implementation constructs a TableView with a UnaryFn, which seems
simple.  I just wonder if it is semantically better to duplicate UnaryFn.
--Hugh