kadai

config

package config

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

Type Members

  1. type ConfigReader[+A] = Kleisli[FreeId, Configuration, A]

    Definition Classes
    ConfigReaderTypes
  2. trait ConfigReaderInstances extends AnyRef

    Sugar for creating ConfigReaders

  3. trait ConfigReaderTypes extends AnyRef

  4. trait Configurable[A] extends AnyRef

    Generally used for companion objects that can provide configured implementations

  5. class Configuration extends Serializable

  6. trait ConfigurationInstances extends AnyRef

    Simple user-friendly wrapper around Config.

  7. type FreeId[+A] = Free[scalaz.Scalaz.Id, A]

    Definition Classes
    ConfigReaderTypes

Value Members

  1. object ConfigReader extends ConfigReaderInstances

    Definition Classes
    ConfigReaderTypes
  2. object Configuration extends ConfigurationInstances with Serializable

Inherited from ConfigReaderTypes

Inherited from AnyRef

Inherited from Any

Ungrouped