Package

quasar

config

Permalink

package config

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CfgErr[A] = Failure[ConfigError, A]

    Permalink
  2. type CfgErrT[F[_], A] = EitherT[F, ConfigError, A]

    Permalink
  3. type CfgTask[A] = EitherT[Task, ConfigError, A]

    Permalink
  4. sealed trait ConfigError extends AnyRef

    Permalink
  5. trait ConfigOps[C] extends Serializable

    Permalink
  6. final case class CoreConfig(mountings: MountingsConfig) extends Product with Serializable

    Permalink
  7. type FsDir = FsPath[Dir, Sandboxed]

    Permalink
  8. type FsFile = FsPath[File, Sandboxed]

    Permalink
  9. sealed trait FsPath[T, S] extends AnyRef

    Permalink
  10. sealed trait OS extends AnyRef

    Permalink

Value Members

  1. object ConfigError

    Permalink
  2. object ConfigOps extends Serializable

    Permalink
  3. object CoreConfig extends Serializable

    Permalink
  4. object FsPath

    Permalink
  5. object OS

    Permalink
  6. object writeConfig

    Permalink

    Interpreter providing access to configuration, based on some concrete Config type.

Inherited from AnyRef

Inherited from Any

Ungrouped