ZState

object ZState
Companion:
class
class Object
trait Matchable
class Any
ZState.type

Value members

Concrete methods

def initial[S : Tag](s: => S)(implicit evidence$2: Tag[S], trace: Trace): ZLayer[Any, Nothing, ZState[S]]

A layer that allocates the initial state of a stateful workflow.

A layer that allocates the initial state of a stateful workflow.