CatsEffectConfigSource

pureconfig.module.catseffect.syntax.`package`.CatsEffectConfigSource
final implicit class CatsEffectConfigSource(cs: ConfigSource) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

final def loadF[F[_], A]()(implicit F: Sync[F], reader: ConfigReader[A], ct: ClassTag[A]): F[A]