Registry

portals.api.builder.Registry
trait Registry[A[_]]

Internal API. A registry which has a single generic type parameter.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def get[T](path: String): A[T]

Get a reference of path from the registry.

Get a reference of path from the registry.

Attributes