package utility; public interface RunnableOfT<T> { void run(T t); }