Registry2

portals.api.builder.Registry2
trait Registry2[A[_, _]]

Internal API. A registry which has two generic type parameters.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Get a reference of path from the registry.

Get a reference of path from the registry.

Attributes