Env

cats.effect.std.Env
See theEnv companion object
trait Env[F[_]]

Effect type agnostic Env with common methods to read environment variables

Attributes

Companion
object
Source
Env.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Env[F]

Members list

Value members

Abstract methods

Implicitly added by catsKleisliEnv

Attributes

Source
Env.scala

Attributes

Source
Env.scala
def get(name: String): F[Option[String]]
Implicitly added by catsKleisliEnv

Attributes

Source
Env.scala
def get(name: String): F[Option[String]]

Attributes

Source
Env.scala

Concrete methods

def mapK[G[_]](f: FunctionK[F, G]): Env[G]
Implicitly added by catsKleisliEnv

Attributes

Source
Env.scala
def mapK[G[_]](f: FunctionK[F, G]): Env[G]

Attributes

Source
Env.scala