object ConfigValue
- Source
- ConfigValue.scala
- Grouped
- Alphabetic
- By Inheritance
- ConfigValue
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-   final  def async[F[_], A](k: ((Either[Throwable, ConfigValue[F, A]]) => Unit) => F[Option[F[Unit]]]): ConfigValue[F, A]Returns a new ConfigValue which loads a configuration value using a callback. 
-   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. 
-   final  def blocking[F[_], A](value: => ConfigValue[F, A]): ConfigValue[F, A]Returns a new ConfigValue which loads the specified blocking value. 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
-  implicit final def configValueFlatMap[F[_]]: FlatMap[[β$0$]ConfigValue[F, β$0$]]
-  implicit final def configValueNonEmptyParallel[G[_]]: Aux[[β$4$]ConfigValue[G, β$4$], [β$5$]Type[G, β$5$]]
-  implicit final def configValueParApply[F[_]]: Apply[[β$2$]Type[F, β$2$]]
-   final  def default[A](value: A): ConfigValue[Effect, A]Returns a new ConfigValue with the specified default value. 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def eval[F[_], A](value: F[ConfigValue[F, A]]): ConfigValue[F, A]Returns a new ConfigValue which evaluates the effect for the specified value. 
-   final  def failed[A](error: ConfigError): ConfigValue[Effect, A]Returns a new ConfigValue which failed with the specified error. 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def loaded[A](key: ConfigKey, value: A): ConfigValue[Effect, A]Returns a new ConfigValue which loaded successfully with the specified value. 
-   final  def missing[A](description: => String): ConfigValue[Effect, A]Alias for ConfigValue.missing(ConfigKey(description)).
-   final  def missing[A](key: ConfigKey): ConfigValue[Effect, A]Returns a new ConfigValue which failed because the value was missing. 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def resource[F[_], A](resource: Resource[F, ConfigValue[F, A]]): ConfigValue[F, A]Returns a new ConfigValue for the specified resource. 
-   final  def suspend[F[_], A](value: => ConfigValue[F, A]): ConfigValue[F, A]Returns a new ConfigValue which suspends loading of the specified value. 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-  object Par
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- (Since version 9)