Modules

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

Attributes

Companion
object
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]
def get[K](key: Key): K
def probes: List[Probe[F]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Exports

Defined exports

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