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