call method

  1. @override
TaskEither<E, A> call(
  1. R r
)
override

Implementation

@override
TaskEither<E, A> call(R r) => _task(r);