
com.cedarsoft.ObjectAdd Maven / Gradle / Ivy
The newest version!
package com.cedarsoft;
import org.jetbrains.annotations.NotNull;
/**
* Supports object addition
*/
public interface ObjectAdd {
/**
* Adds an element
*
* @param element the element that is added
*/
void add( @NotNull T element );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy