Interface InstanceRequest<P extends BaseProxy,T>

Type Parameters:
P - the instance type of BaseProxy
T - the type eventually returned by the method invocation

public interface InstanceRequest<P extends BaseProxy,T>
Used to call instance methods. Note that this does not extend Request — rather it vends one. There is no way to get an instance method's Request.fire() without assigning an instance by calling using(P).