execute<R> method
Run the computation and returns the state only.
Implementation
FutureOr<Either<L, S>> execute<R>(StateReaderTaskEither<S, C, L, R> state) =>
run(state).flatMap(E.map((t) => t.second));
Run the computation and returns the state only.
FutureOr<Either<L, S>> execute<R>(StateReaderTaskEither<S, C, L, R> state) =>
run(state).flatMap(E.map((t) => t.second));