Interface MaybeTombstone<T>

Type Parameters:
T - the type of the value
All Known Subinterfaces:
Data<V>, JDataVersionedWrapper, PendingWriteEntry, Tombstone<V>
All Known Implementing Classes:
DataWrapper, JDataVersionedWrapperImpl, JDataVersionedWrapperLazy, PendingDelete, PendingWrite, TombstoneImpl

public interface MaybeTombstone<T>
Optional-like interface, can either be Data or Tombstone.