
eu.cedarsoft.ObjectRemove Maven / Gradle / Ivy
The newest version!
package eu.cedarsoft;
import org.jetbrains.annotations.NotNull;
/**
* Supports object removals
*/
public interface ObjectRemove {
/**
* Removes an element
*
* @param element the element that is removed
* @return whether the element has been removed
*/
void remove( @NotNull T element );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy