Env

trait Env[F[_]]

Effect type agnostic Env with common methods to read environment variables

Companion:
object
Source:
Env.scala
class Object
trait Matchable
class Any
Env[F]

Value members

Abstract methods

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

Concrete methods

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