- Type Parameters:
T - type of object to hold
- All Implemented Interfaces:
- Runnable
- Enclosing interface:
- Runnables
public abstract static class Runnables.WithData<T>
extends Object
implements Runnable
A simple abstract class that implements Runnable and holds an object given in the constructor.