LayerContext class

Constructors

LayerContext()
LayerContext.populated(HashMap<Symbol, dynamic> _services, HashMap<Layer, EIO> _cache, HashSet<Symbol> _lazy)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close<R, E>() ZIO<R, E, Unit>
merge(LayerContext other) LayerContext
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provide<R, E, S>(Layer<E, S> layer) ZIO<R, E, S>
provideLazy<R, E>(Layer layer) ZIO<R, E, Unit>
provideService<R, E, S>(Layer<dynamic, S> layer) ZIO<R, E, Unit> Function(S service)
toString() String
A string representation of this object.
inherited
use<R, E, A>(ZIO<R, E, A> zio) ZIO<R, E, A>

Operators

operator ==(Object other) bool
The equality operator.
inherited