invoke<R, S> abstract method

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

Invokes a mutation call in this container.

Implementation

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