Interface Deletor<T>

All Known Implementing Classes:
DatabaseObjectDeletor, MockDeletor

public interface Deletor<T>
  • Method Summary

    Modifier and Type Method Description
    void delete​(T delete)