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(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QList<T>QtConcurrent.blockingFiltered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> U QtConcurrent.blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <T> QFuture<@QtPrimitiveType Void>QtConcurrent.filter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture<T>QtConcurrent.filtered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> QFuture<U> QtConcurrent.filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <T> QtConcurrent.ThreadEngineStarter<T>QtConcurrent.startFiltered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options)