Interface ComponentMethodRef1<A1,R>

Type Parameters:
A1 - the argument type of the call
R - The type of value returned by executing the call

Not for user extension or instantiation, returned by the SDK component client

All Superinterfaces:
ComponentDeferredMethodRef1<A1,R>

@DoNotInherit public interface ComponentMethodRef1<A1,R> extends ComponentDeferredMethodRef1<A1,R>
One argument component call representation, not executed until invoked or by some mechanism using the deferred call (like a timer executing it later for example)