Module qtjambi.concurrent
Package io.qt.concurrent
-
Interface Summary Interface Description QtConcurrent.Callable1<T,A> QtConcurrent.Callable2<T,A,B> QtConcurrent.Callable3<T,A,B,C> QtConcurrent.Callable4<T,A,B,C,D> QtConcurrent.Callable5<T,A,B,C,D,E> QtConcurrent.FilteredFunctor<T> An implementation of this interface is given to one of QtConcurrent's filtered() methods.QtConcurrent.MapFunctor<T> An implemetation of this interface is given one to QtConcurrent's map() methods.QtConcurrent.MappedFunctor<U,T> Implement this interface to perform a mapped operation.QtConcurrent.ReducedFunctor<U,T> Implement this interface in order to perform a reduce operation.QtConcurrent.Runnable1<A> QtConcurrent.Runnable2<A,B> QtConcurrent.Runnable3<A,B,C> QtConcurrent.Runnable4<A,B,C,D> QtConcurrent.Runnable5<A,B,C,D,E> -
Class Summary Class Description QtConcurrent High-level APIs that make it possible to write multi-threaded programs without using low-level threading primitivesQtConcurrent.MedianDouble Java wrapper for Qt class QtConcurrent::MedianDoubleQtConcurrent.ReduceOptions QFlags type for enumQtConcurrent.ReduceOption
-
Enum Summary Enum Description QtConcurrent.ReduceOption Java wrapper for Qt enum QtConcurrent::ReduceOptionQtConcurrent.ThreadFunctionResult Java wrapper for Qt enum QtConcurrent::ThreadFunctionResult