Interface Editable<T>

  • Type Parameters:
    T - The object to edit.

    public interface Editable<T>
    An interface that describes an Editable object. Editable objects are objects that can by edited by obtaining a new instance of the appropriate Builder feed with the information encapsulated by the current instance.
    • Method Detail

      • edit

        T edit()