K - The key's typeV - The value's typeorg.refcodes.mixin.KeyAccessor<K>, org.refcodes.mixin.KeyAccessor.KeyBuilder<K,Relation.RelationBuilder<K,V>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K>, org.refcodes.mixin.KeyAccessor.KeyProperty<K>, Relation<K,V>, org.refcodes.mixin.ValueAccessor<K>, org.refcodes.mixin.ValueAccessor.ValueBuilder<V,Relation.RelationBuilder<K,V>>, org.refcodes.mixin.ValueAccessor.ValueMutator<K>, org.refcodes.mixin.ValueAccessor.ValueProperty<V>Attribute.AttributeBuilder, Property.PropertyBuilderAttributeImpl.AttributeBuilderImpl, PropertyImpl.PropertyBuilderImpl, RelationImpl.RelationBuilderImplpublic static interface Relation.RelationBuilder<K,V> extends org.refcodes.mixin.KeyAccessor.KeyProperty<K>, org.refcodes.mixin.ValueAccessor.ValueProperty<V>, Relation<K,V>, org.refcodes.mixin.KeyAccessor.KeyBuilder<K,Relation.RelationBuilder<K,V>>, org.refcodes.mixin.ValueAccessor.ValueBuilder<V,Relation.RelationBuilder<K,V>>
Relation.org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>Relation.RelationBuilder<K,V>org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object>| Modifier and Type | Method | Description |
|---|---|---|
default Relation.RelationBuilder<K,V> |
withKey(K aKey) |
With key.
|
default Relation.RelationBuilder<K,V> |
withValue(V aValue) |
With value.
|
default Relation.RelationBuilder<K,V> withKey(K aKey)
Copyright © 2021. All rights reserved.