Uses of Interface
brave.handler.MutableSpan.TagConsumer
-
Packages that use MutableSpan.TagConsumer Package Description brave.handler -
-
Uses of MutableSpan.TagConsumer in brave.handler
Methods in brave.handler with parameters of type MutableSpan.TagConsumer Modifier and Type Method Description <T> voidMutableSpan. forEachTag(MutableSpan.TagConsumer<T> tagConsumer, T target)Iterates over all tags for purposes such as copying values.
-