Interface ContainerAddFunction<T>

Type Parameters:
T - container type

@InternalApi public interface ContainerAddFunction<T>
A function for adding objects to a container.
Since:
2.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTo(T container, Object... arguments)
    Adds given arguments to the specified container.
  • Method Details

    • addTo

      void addTo(T container, Object... arguments)
      Adds given arguments to the specified container.
      Parameters:
      container - arguments will be added to
      arguments - to add