Collection.onRemove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void onRemove(void function(T) handler)
    class Collection(T)
    void
    onRemove
    (
    void function
    (
    T
    )
    handler
    )
  2. void onRemove(void delegate(T) handler)

Meta