-
- Enclosing class:
- MutableSpan
public static interface MutableSpan.TagUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringupdate(java.lang.String key, java.lang.String value)Returns the same value, an updated one, or null to drop the tag.
-
-
-
Method Detail
-
update
@Nullable java.lang.String update(java.lang.String key, java.lang.String value)
Returns the same value, an updated one, or null to drop the tag.- See Also:
Span.tag(String, String)
-
-