ServiceWithSTMPartiallyApplied

zio.stm.ZSTM$.ServiceWithSTMPartiallyApplied
final class ServiceWithSTMPartiallyApplied[Service](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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]