package config
- Alphabetic
- By Inheritance
- config
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type CfgErr[A] = Failure[ConfigError, A]
- type CfgErrT[F[_], A] = EitherT[F, ConfigError, A]
- type CfgTask[A] = EitherT[Task, ConfigError, A]
- sealed abstract class ConfigError extends AnyRef
- type FsFile = FsPath[File, Sandboxed]
- sealed abstract class FsPath[T, S] extends AnyRef
- sealed abstract class OS extends AnyRef