Interface Ref<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 ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from interface WithKey
COMPARATOR -
Method Summary
Methods inherited from interface WithKey
key, optionalKeyMethods inherited from interface WithValue
optionalValue
-
Method Details
-
value
-