Skip to content

UpdateService interface generic types #32

@ngonzalezpazFC

Description

@ngonzalezpazFC

UpdateService interface is declared with generic types T,K: public interface UpdateService<T, K> but K type is not used.
Should it be removed or it is it is useful to keep a relation with CreationService<T, K> whos method save returns the K id type, for example? Or with other interfaces that extend UpdateService?
I stumbled upon this doubt because DeletionService<T> delete method returns void as the update method, but is declared only with <T>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions