ServiceWithPartiallyApplied

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[A](f: Service => A)(implicit tag: Tag[Service]): ZSTM[Service, Nothing, A]