HasEnvs

kyo.Envs.HasEnvs
See theHasEnvs companion object
sealed trait HasEnvs[V, VS]

An effect Envs[VS] includes a dependency on V, and once V has been handled, Envs[VS] should be replaced by Out

Type parameters

V

the dependency included in VS

VS

all of the Envs dependencies represented by type intersection

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Remainder

Remaining effect type, once the V dependency has been provided

Remaining effect type, once the V dependency has been provided

Attributes