TapFunctionEither<A, B> typedef
TapFunctionEither<A, B> =
TaskEither<A, B> Function(TaskEither<A, B> taskEither)
Implementation
typedef TapFunctionEither<A, B> = TaskEither<A, B> Function(
TaskEither<A, B> taskEither);