Interface Ref<V>

All Superinterfaces:
Comparable<WithKey<V>>, WithKey<V>, WithValue<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>
  • Method Details