StatefulPartiallyApplied

zio.ZIO$.StatefulPartiallyApplied
final class StatefulPartiallyApplied[R](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[S, E, A](s: S)(zio: => ZIO[ZState[S] & R, E, A])(implicit tag: Tag[S], trace: Trace): ZIO[R, E, A]