Interface Ref<V>

All Superinterfaces:
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>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
    static final class 
     
  • Field Summary

    Fields inherited from interface WithKey

    COMPARATOR
  • Method Summary

    Modifier and Type
    Method
    Description
    default V
     

    Methods inherited from interface WithKey

    id, key, optionalKey

    Methods inherited from interface WithValue

    optionalValue
  • Method Details