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