public interface AttributeStoreBuilder<T extends AttributeStore>
| Modifier and Type | Method and Description |
|---|---|
AttributeStoreBuilder<T> |
attr(Attribute attribute) |
AttributeStoreBuilder<T> |
attr(String key,
Object val) |
AttributeStoreBuilder<T> |
attr(String key,
Object val,
Map<String,String> meta) |
AttributeStoreBuilder<T> |
attrs(Iterable<? extends Attribute> attributes) |
T |
build() |
AttributeStoreBuilder<T> attr(String key, Object val)
AttributeStoreBuilder<T> attr(Attribute attribute)
AttributeStoreBuilder<T> attrs(Iterable<? extends Attribute> attributes)
T build()
Copyright © 2018 Calrissian. All rights reserved.