apply method

Future<O> apply(
  1. I input
)

Implementation

Future<O> apply(I input) => call(input);