handle abstract method

Future<TResult> handle(
  1. TAction action
)

Handles the given action and returns a result.

@param action The action to handle @returns A Future containing the result of handling the action

Implementation

Future<TResult> handle(TAction action);