ServiceWithSTMPartiallyApplied

final class ServiceWithSTMPartiallyApplied[Service](dummy: Boolean) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[R <: Service, E, A](f: Service => ZSTM[R, E, A])(implicit tag: Tag[Service]): ZSTM[R & Service, E, A]