Class ModelComputeRunnable<T>

  • All Implemented Interfaces:
    Runnable

    public class ModelComputeRunnable<T>
    extends ComputeRunnable<T>
    A handy companion to ComputeRunnable which makes migration from legacy ModelAccess.instance().run(Computable) straightforward. Although these methods might be part of ComputeRunnable itself, they were moved here to keep ComputeRunnable clear of any model-aware code FIXME ModelAccessHelper - "There can be only one", you know.