(Dict.Prop property, String address)
| 82 | } |
| 83 | |
| 84 | public String addWatch(Dict.Prop property, String address) |
| 85 | { |
| 86 | allWatches .put(property, address); |
| 87 | return address; |
| 88 | } |
| 89 | |
| 90 | public <T> String addWatch(Dict.Prop<T> property, Consumer<Quad<Dict.Prop<T>, Box, T, T>> c) |
| 91 | { |
no test coverage detected