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

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