Interface Ref<V>
- All Known Implementing Classes:
CustomRegistryType.Unit, Ref.OfKey, Ref.OfValue
public sealed interface Ref<V>
extends WithKey<V>, WithValue<V>
permits CustomRegistryType.Unit<B,V>, Ref.OfKey<V>, Ref.OfValue<V>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from interface WithKey
COMPARATOR -
Method Summary
Methods inherited from interface WithKey
id, key, optionalKeyMethods inherited from interface WithValue
optionalValue
-
Method Details
-
value
-