Interface Data<V>

Type Parameters:
V - the type of the value
All Superinterfaces:
MaybeTombstone<V>
All Known Subinterfaces:
JDataVersionedWrapper
All Known Implementing Classes:
DataWrapper, JDataVersionedWrapperImpl, JDataVersionedWrapperLazy, PendingWrite

public interface Data<V> extends MaybeTombstone<V>
Interface indicating that data is present.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value.
  • Method Details

    • value

      V value()
      Get the value.
      Returns:
      the value