Interface RunWithArgument<T>
-
public interface RunWithArgument<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(T argument1)
-
-
-
Method Detail
-
run
void run(T argument1)
-
-