Interface Ref<V>

All Superinterfaces:
WithKey, WithValue<V>
All Known Implementing Classes:
Ref.OfKey, Ref.OfValue, UnitType

public sealed interface Ref<V> extends WithKey, WithValue<V> permits UnitType<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

    key, optionalKey

    Methods inherited from interface WithValue

    optionalValue
  • Method Details