Env

cats.effect.std.Env$
See theEnv companion trait
object Env

Attributes

Companion:
trait
Source:
Env.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Env.type

Members list

Concise view

Value members

Concrete methods

def apply[F[_]](implicit E: Env[F]): Env[F]

Summoner method for Env instances.

Summoner method for Env instances.

Attributes

Source:
Env.scala
def make[F[_]](implicit F: Sync[F]): Env[F]

Constructs a Env instance for F data types that are cats.effect.kernel.Sync.

Constructs a Env instance for F data types that are cats.effect.kernel.Sync.

Attributes

Source:
Env.scala

Implicits

Implicits

implicit def catsEitherTEnv[F[_] : Functor, L]: Env[[_] =>> EitherT[F, L, _$6]]

Env instance built for cats.data.EitherT values initialized with any F data type that also implements Env.

Env instance built for cats.data.EitherT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsIorTEnv[F[_] : Functor, L]: Env[[_] =>> IorT[F, L, _$16]]

Env instance built for cats.data.IorT values initialized with any F data type that also implements Env.

Env instance built for cats.data.IorT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsKleisliEnv[F[_] : Env, R]: Env[[_] =>> Kleisli[F, R, _$8]]

Env instance built for cats.data.Kleisli values initialized with any F data type that also implements Env.

Env instance built for cats.data.Kleisli values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsOptionTEnv[F[_] : Functor]: Env[[_] =>> OptionT[F, _$10]]

Env instance built for cats.data.OptionT values initialized with any F data type that also implements Env.

Env instance built for cats.data.OptionT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsReaderWriterStateTEnv[F[_] : Applicative, E, L : Monoid, S]: Env[[_] =>> ReaderWriterStateT[F, E, L, S, _$18]]

Env instance built for cats.data.ReaderWriterStateT values initialized with any F data type that also implements Env.

Env instance built for cats.data.ReaderWriterStateT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsStateTEnv[F[_] : Applicative, S]: Env[[_] =>> StateT[F, S, _$12]]

Env instance built for cats.data.StateT values initialized with any F data type that also implements Env.

Env instance built for cats.data.StateT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala
implicit def catsWriterTEnv[F[_] : Applicative, L : Monoid]: Env[[_] =>> WriterT[F, L, _$14]]

Env instance built for cats.data.WriterT values initialized with any F data type that also implements Env.

Env instance built for cats.data.WriterT values initialized with any F data type that also implements Env.

Attributes

Source:
Env.scala