invoke<R, S> abstract method

Future<R> invoke<R, S>(
  1. Call<R, S> call
)

Implementation

Future<R> invoke<R, S>(Call<R, S> call);