Interface ThreadDispatcher.Update<P,E>

All Known Implementing Classes:
ThreadDispatcher.Update.ElementRemove, ThreadDispatcher.Update.ElementUpdate, ThreadDispatcher.Update.PartitionLoad, ThreadDispatcher.Update.PartitionUnload
Enclosing interface:
ThreadDispatcher<P,E extends Tickable>

@Internal public static sealed interface ThreadDispatcher.Update<P,E> permits ThreadDispatcher.Update.PartitionLoad<P,E>, ThreadDispatcher.Update.PartitionUnload<P,E>, ThreadDispatcher.Update.ElementUpdate<P,E>, ThreadDispatcher.Update.ElementRemove<P,E>