ImplementationManager

spice.ImplementationManager
trait ImplementationManager[Implementation, Config]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(config: Config): Implementation
def register(creator: Config => Implementation): Unit