Uses of Class
org.aksw.jenax.graphql.sparql.AsyncCombiner
Packages that use AsyncCombiner
-
Uses of AsyncCombiner in org.aksw.jenax.graphql.sparql
Methods in org.aksw.jenax.graphql.sparql that return AsyncCombinerModifier and TypeMethodDescriptionstatic <I,O> AsyncCombiner<I, O> AsyncCombiner.of(com.google.common.util.concurrent.ListeningExecutorService executorService, Function<List<I>, O> combiner) static <I,O> AsyncCombiner<I, O> AsyncCombiner.of(ExecutorService executorService, Function<List<I>, O> combiner)