Uses of Interface
zipkin2.reporter.Call.FlatMapper
-
-
Uses of Call.FlatMapper in zipkin2.reporter
Methods in zipkin2.reporter with parameters of type Call.FlatMapper Modifier and Type Method Description <R> Call<R>Call. flatMap(Call.FlatMapper<V,R> flatMapper)Deprecated.Maps the result of this call into another, as defined by theflatMapperfunction.
-