execute<T> abstract method

Future<T> execute<T>(
  1. ExecutableTask<T> task
)

Implementation

Future<T> execute<T>(ExecutableTask<T> task);