Interface ObjectUser<O>

All Known Implementing Classes:
ObjectUserImpl

public interface ObjectUser<O>
User of an object.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    use(O object, Throwable failure)
    Provides the object for using.
  • Method Details

    • use

      void use(O object, Throwable failure)
      Provides the object for using.
      Parameters:
      object - Object for use.
      failure - Throwable if fails to load the Object.