PureharmCirisAliases

class Object
trait Matchable
class Any

Type members

Types

final type CirisEffect[A] = Effect[A]
type ConfigDecoder[A, B] = ConfigDecoder[A, B]
type ConfigError = ConfigError
type ConfigException = ConfigException
type ConfigKey = ConfigKey
type ConfigValue[+F[_], A] = ConfigValue[F, A]
type StringConfigDecoder[A] = ConfigDecoder[String, A]

Value members

Concrete methods

def default[A](value: => A): ConfigValue[CirisEffect, A]

Concrete fields

val ConfigDecoder: ConfigDecoder
val ConfigError: ConfigError
val ConfigException: ConfigException
val ConfigKey: ConfigKey
val ConfigValue: ConfigValue