Scope<R> class

Mixed in types

Constructors

Scope.withEnv(R env)
factory
Scope.withEnvClosable(R env)
factory

Properties

closeScopeIO IO<Unit>
latefinalinherited
env → R
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopeClosable bool
no setteroverride
scopeFinalizers List<IO<Unit>>
finalinherited

Methods

addScopeFinalizer<R, E>(IO<Unit> finalizer) ZIO<R, E, Unit>
inherited
closeScope<R, E>() ZIO<R, E, Unit>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeScopeFinalizer<R, E>(IO<Unit> finalizer) ZIO<R, E, Unit>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

closable() Scope<NoEnv>
noEnv() Scope<NoEnv>