Interface Deletor<T>

All Known Implementing Classes:
DatabaseObjectDeletor, MockDeletor

public interface Deletor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(T delete)
     
  • Method Details

    • delete

      void delete(T delete)