K - The generic key's typeV - The generic value's typepublic 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.Relation.RelationBuilder<K,V>| Modifier and Type | Method and 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)
withKey in interface org.refcodes.mixin.KeyAccessor.KeyBuilder<K,Relation.RelationBuilder<K,V>>aKey - the a keydefault Relation.RelationBuilder<K,V> withValue(V aValue)
withValue in interface org.refcodes.mixin.ValueAccessor.ValueBuilder<V,Relation.RelationBuilder<K,V>>aValue - the a valueCopyright © 2017. All rights reserved.