Interface Editable<T>


public interface Editable<T>
  • Method Summary

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