LifecycleUtils.destroy

Calls {@link #destroy(Object) destroy} for each object in the collection. If the collection is {@code null} or empty, this method returns quietly.

@param c the collection of objects to destroy. @since 0.9

  1. void destroy(Object o)
  2. void destroy(Destroyable d)
  3. void destroy(Collection!Object c)
    class LifecycleUtils
    static
    void
    destroy
    (
    Collection!Object c
    )
  4. void destroy(Object[] c)

Meta