Package-level declarations

Types

Link copied to clipboard
class RebarRegistry<T : Keyed>(val key: NamespacedKey) : Iterable<T>

Represents a list of things that can be registered and looked up by NamespacedKey. This class is not thread safe and any concurrent access must be synchronized externally.

Link copied to clipboard
interface RegistryHandler

Implement this interface to detect when something is registered or unregistered in a RebarRegistry