コード例 #1
0
 @Override
 protected void pre() {
   for (DataWriter<I> writer : tasks) {
     writer.open();
     writer.pre();
   }
 }