provideLayerContext method

ZIO<R, E, A> provideLayerContext(
  1. LayerContext context
)

Implementation

ZIO<R, E, A> provideLayerContext(LayerContext context) =>
    ZIO.from((ctx) => unsafeRun(ctx._mergeLayerContext(context)));