Open

final case class Open[A](close: A => UIO[Boolean], scope: Local[A])

A tuple that contains an open scope, together with a function that closes the scope.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product