Class DelegateTests.DelegateMethod<T>

  • Type Parameters:
    T - The type of object the method can be invoked on.
    Enclosing interface:
    DelegateTests<T>

    public static final class DelegateTests.DelegateMethod<T>
    extends Object
    A representation of a method that, when in invoked on an instance, delegates to another instance of the same type.
    Author:
    Rob Spoor