knobs

package knobs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. knobs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ChangeHandler = (Name, Option[CfgValue]) ⇒ Task[Unit]

  2. type Env = Map[Name, CfgValue]

  3. type KnobsResource = Worth[ResourceBox]

  4. type Name = String

  5. type Path = String

Value Members

  1. object Typesafe

  2. def load(files: List[KnobsResource], pool: ExecutorService): Task[MutableConfig]

  3. def loadGroups(files: List[(Name, KnobsResource)], pool: ExecutorService): Task[MutableConfig]

  4. def loadImmutable(files: List[KnobsResource], pool: ExecutorService): Task[Config]

  5. def recursiveImports[R](path: R, d: List[Directive])(implicit arg0: Resource[R]): Task[List[R]]

  6. def when[M[_]](b: Boolean)(m: M[Unit])(implicit arg0: Monad[M]): M[Unit]

Deprecated Value Members

  1. def importsOf[R](path: R, d: List[Directive])(implicit arg0: Resource[R]): List[KnobsResource]

    Annotations
    @deprecated
    Deprecated

    (Since version 4.0.31) Does not support interpolation of environment variables

  2. def resolveImports[R](path: R, d: List[Directive])(implicit arg0: Resource[R]): List[R]

    Annotations
    @deprecated
    Deprecated

    (Since version 4.0.31) Does not support interpolation of environment variables

Inherited from AnyRef

Inherited from Any

Ungrouped