Class: Group

(abstract) Group()

The base type for Runnables composed of other Runnables. Do not construct the base Group type; use Job.sequential (or SerialGroup) or Job.concurrent (or ConcurrentGroup) instead.