MCPcopy Create free account
hub / github.com/WinVector/Logistic / EJob

Method EJob

src/com/winvector/util/ThreadedReducer.java:32–36  ·  view source on GitHub ↗
(final Z baseRes,
				final Iterable<? extends T> sourcei)

Source from the content-addressed store, hash-verified

30 private final Iterable<? extends T> sourcei;
31
32 public EJob(final Z baseRes,
33 final Iterable<? extends T> sourcei) {
34 this.baseRes = baseRes;
35 this.sourcei = sourcei;
36 }
37
38 @Override
39 public void run() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected