public interface AttributeSupportFluent<A extends AttributeSupportFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(AttributeKey key,
Object value) |
A |
addToAttributes(Map<AttributeKey,Object> map) |
Map<AttributeKey,Object> |
getAttributes() |
Boolean |
hasAttributes() |
A |
removeFromAttributes(AttributeKey key) |
A |
removeFromAttributes(Map<AttributeKey,Object> map) |
<K,V> A |
withAttributes(Map<AttributeKey,Object> attributes) |
A addToAttributes(AttributeKey key, Object value)
A addToAttributes(Map<AttributeKey,Object> map)
A removeFromAttributes(AttributeKey key)
A removeFromAttributes(Map<AttributeKey,Object> map)
Map<AttributeKey,Object> getAttributes()
<K,V> A withAttributes(Map<AttributeKey,Object> attributes)
Boolean hasAttributes()
Copyright © 2023. All rights reserved.