Interface Delegate<T>

Type Parameters:
T - the delegate type

public interface Delegate<T>
Represents a class which delegates calls to a different object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the delegate object
    static Object
     
  • Method Details

    • resolve

      static Object resolve(Object obj)
    • getDelegate

      T getDelegate()
      Gets the delegate object
      Returns:
      the delegate object