Modules

pillars.Modules
See theModules companion object
case class Modules[F[_]](values: Map[Key, Module[F]])

Attributes

Companion
object
Source
modules.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add[K <: Module[F]](key: Key)(value: K): Modules[F]

Attributes

Source
modules.scala

Attributes

Source
modules.scala
def get[K](key: Key): K

Attributes

Source
modules.scala
def probes: List[Probe[F]]

Attributes

Source
modules.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Exports

Defined exports

def all: Iterable[MapOps.this.V]
Exported from MapOps
def size: Int
Exported from IterableOnceOps