Uses of Interface
io.qt.concurrent.QtConcurrent.FilteredFunctor
-
Uses of QtConcurrent.FilteredFunctor in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.FilteredFunctorModifier and TypeMethodDescriptionstatic <T> voidQtConcurrent.blockingFilter(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunction once for each item in sequence.static <T> voidQtConcurrent.blockingFilter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunction once for each item in sequence.static <T> List<T>QtConcurrent.blockingFiltered(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <T> List<T>QtConcurrent.blockingFiltered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <U,T> U QtConcurrent.blockingFilteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor) This is an overloaded method provided for convenience.static <U,T> U QtConcurrent.blockingFilteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOption... options) Calls filterFunction once for each item in sequence.static <U,T> U QtConcurrent.blockingFilteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOptions options) Calls filterFunction once for each item in sequence.static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor) This is an overloaded method provided for convenience.static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOption... options) Calls filterFunction once for each item in sequence.static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOptions options) Calls filterFunction once for each item in sequence.static <T> io.qt.core.QFuture<Void>QtConcurrent.filter(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <T> io.qt.core.QFuture<Void>QtConcurrent.filter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <T> io.qt.core.QFuture<T>QtConcurrent.filtered(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <T> io.qt.core.QFuture<T>QtConcurrent.filtered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor) This is an overloaded method provided for convenience.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOption... options) Calls filterFunction once for each item in sequence.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(io.qt.core.QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOptions options) Calls filterFunction once for each item in sequence.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor) This is an overloaded method provided for convenience.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOption... options) Calls filterFunction once for each item in sequence.static <U,T> io.qt.core.QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReducedFunctor<U, T> reducedFunctor, QtConcurrent.ReduceOptions options) Calls filterFunction once for each item in sequence.