Config

enterprise.Config$
See theConfig companion class
object Config

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Members list

Type members

Classlikes

case object Fx extends Reader[Config]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Reader[Config]
trait ReaderSignature[Config]
trait Effect[ReaderSignature[Config]]
trait CanInterpret
trait CanPerform[ReaderSignature[Config]]
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
Fx.type

Types

type Fx = Fx.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def askHandler: Computation[Id[Fx], Fx]
def localhost(port: Int): Config

Exports

Defined exports

final override val ask: Computation[R, Reader]
Exported from Reader
final override def asks[A](f: R => A): Computation[A, Reader]
Exported from Reader