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

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

package name.remal.collections;

import org.jetbrains.annotations.NotNull;

@FunctionalInterface
public interface ElementAddedHandler {

    void onElementAdded(@NotNull E element) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy