| Modifier and Type | Method and Description |
|---|---|
CoalescentRunnable |
coalesceWith(CoalescentRunnable later)
Return a new runnable formed by coalescing this instance with another.
|
Class<?> |
getCoalescenceClass()
Return a tag class used to group instances that can be coalesced.
|
Class<?> getCoalescenceClass()
CoalescentRunnable coalesceWith(CoalescentRunnable later)
another has the same coalescence class as
this instance, and that another was scheduled after
this instance (or the instances coalesced to form this instance).
Note that this method should not have any side effects.later - a newer coalescent runnable with which to coalesceanotherCopyright © 2023. All rights reserved.