All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.collections.ElementRemovedHandler Maven / Gradle / Ivy

package name.remal.collections;

import org.jetbrains.annotations.NotNull;

public interface ElementRemovedHandler {

    void onElementRemoved(@NotNull E element) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy