ciris.ConfigValue$
See theConfigValue companion class
object ConfigValue
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ConfigValue.type
Members list
Concise view
Type members
Value members
Concrete methods
final def async[F[_], A](k: (Either[Throwable, ConfigValue[F, A]] => Unit) => Unit): ConfigValue[F, A]
Returns a new ConfigValue which loads a configuration value using a callback.
Returns a new ConfigValue which loads the specified blocking value.
Returns a new ConfigValue with the specified default value.
Returns a new ConfigValue which evaluates the effect for the specified value.
Returns a new ConfigValue which failed with the specified error.
Returns a new ConfigValue which loaded successfully with the specified value.
Returns a new ConfigValue which failed because the value was missing.
Returns a new ConfigValue for the specified resource.
Returns a new ConfigValue which suspends loading of the specified value.
Implicits
Implicits
Attributes
final implicit def configValueNonEmptyParallel[G[_]]: Aux[[_] =>> ConfigValue[G, _$25], [_] =>> Type[G, _$26]]