Sets a flag for testing and returns its previous value.
(T val)
| 33 | public interface SetterMethod<T> { |
| 34 | /** Sets a flag for testing and returns its previous value. */ |
| 35 | T set(T val); |
| 36 | } |
| 37 | |
| 38 | private final Deque<Runnable> toRunAfter = new ArrayDeque<>(); |
no outgoing calls