accessWith<A> method

EIO<E, A> accessWith<A>(
  1. A f(
    1. Service _
    )
)

Implementation

EIO<E, A> accessWith<A>(A Function(Service _) f) => access.map(f);