compute abstract method

  1. @protected
Future<R> compute()

Performs the calculation and returns the result.

Returns a future of the computed results of type R.

Implementation

@protected
Future<R> compute();