Interface Readable<T>

All Known Subinterfaces:
CopyOrReadable<B,​I,​UB>
All Known Implementing Classes:
PodOperationsImpl

public interface Readable<T>
  • Method Summary

    Modifier and Type Method Description
    T read()  
  • Method Details