Module Mal4J

Interface Editable<U>

Type Parameters:
U - object updater
All Known Implementing Classes:
AnimeListStatus, MangaListStatus

public interface Editable<U>
Indicates that the object can be edited.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the editor for the object.
  • Method Details

    • edit

      U edit()
      Returns the editor for the object.
      Returns:
      object editor
      Since:
      1.0.0