Interface Patch<T>

All Known Implementing Classes:
PatchAdd, PatchRemove

public sealed interface Patch<T> permits PatchAdd<T>, PatchRemove<T>