Uses of Class
io.streamthoughts.azkarra.api.monad.Tuple
-
Packages that use Tuple Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.model.predicate io.streamthoughts.azkarra.api.monad -
-
Uses of Tuple in io.streamthoughts.azkarra.api
Method parameters in io.streamthoughts.azkarra.api with type arguments of type Tuple Modifier and Type Method Description Set<MetricGroup>AzkarraStreamsService. getStreamsMetricsById(String applicationId, Predicate<Tuple<String,Metric>> filter)Gets metrics for the specified streams application matching a predicate. -
Uses of Tuple in io.streamthoughts.azkarra.api.model.predicate
Methods in io.streamthoughts.azkarra.api.model.predicate with parameters of type Tuple Modifier and Type Method Description booleanGroupMetricFilter. test(Tuple<String,Metric> t)booleanNameMetricFilter. test(Tuple<String,Metric> t)booleanNonNullMetricFilter. test(Tuple<String,Metric> t) -
Uses of Tuple in io.streamthoughts.azkarra.api.monad
Methods in io.streamthoughts.azkarra.api.monad that return Tuple Modifier and Type Method Description <LL,RR>
Tuple<LL,RR>Tuple. flatMap(Function<Tuple<L,R>,Tuple<LL,RR>> mapper)<LL,RR>
Tuple<LL,RR>Tuple. fold(Function<L,LL> fl, Function<R,RR> fr)<LL> Tuple<LL,R>Tuple. mapKey(Function<L,LL> fn)<RR> Tuple<L,RR>Tuple. mapValue(Function<R,RR> fn)static <L,R>
Tuple<L,R>Tuple. of(Map.Entry<L,R> entry)static <L,R>
Tuple<L,R>Tuple. of(L l, R r)Method parameters in io.streamthoughts.azkarra.api.monad with type arguments of type Tuple Modifier and Type Method Description <LL,RR>
Tuple<LL,RR>Tuple. flatMap(Function<Tuple<L,R>,Tuple<LL,RR>> mapper)<LL,RR>
Tuple<LL,RR>Tuple. flatMap(Function<Tuple<L,R>,Tuple<LL,RR>> mapper)
-