Envs

kyo.envs.Envs
See theEnvs companion object
final class Envs[E] extends Effect[<none>, Envs[E]]

Attributes

Companion
object
Graph
Supertypes
class Effect[<none>, Envs[E]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def accepts[M2[_], E2 <: Effect[M2, LazyRef(...)]](other: Effect[M2, E2]): Boolean

Attributes

Definition Classes
def run[T, S](e: E)(v: T > Envs[E] & S)(implicit f: Flat[T > Envs[E] & S]): T > S
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Effect -> Any

Inherited methods

final protected def handle[T, S, S2](v: T > Envs[E] & S)(implicit h: Handler[<none>, Envs[E], S2], s: Safepoint[<none>, Envs[E]], f: Flat[T > Envs[E] & S]): M[T] > S & S2

Attributes

Inherited from:
Effect
final protected def suspend[T, S](v: <none>[T] > S): T > S & E

Attributes

Inherited from:
Effect

Concrete fields

val get: E > Envs[E]