Interface AsyncModifier<T>

All Known Implementing Classes:
AsyncEntityModifier.AsyncImpl

public interface AsyncModifier<T>
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    void execute​(Consumer<T> task)  
    void save()