I join a patch with a proposed API change on Channel:
http://www.ambre.net/misc/gwt-pectin-channel-20100707.patch
The changes is minor, it consists on changing the signature:
* Destination<T> asDestination();
by:
* <U extends T> Destination<U> asDestination();
The idea is to be able to have multiple HasValue of different type be
able to all publish on a Channel<Object>
Cheers,
--
Benjamin