P
- the instance type of BaseProxyT
- the type eventually returned by the method invocationpublic interface InstanceRequest<P extends BaseProxy,T>
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)
.Modifier and Type | Method and Description |
---|---|
Request<T> |
using(P instanceObject)
Provide the instance on which the request will be invoked.
|