Class ThreadSleep
- java.lang.Object
-
- io.inugami.api.providers.concurrent.ThreadSleep
-
public class ThreadSleep extends Object
ThreadSleep- Since:
- 27 sept. 2017
-
-
Constructor Summary
Constructors Constructor Description ThreadSleep(long time)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThreadSleepbuild1000ms()static ThreadSleepbuild100ms()static ThreadSleepbuild250ms()static ThreadSleepbuild500ms()static ThreadSleepbuild50ms()voidsleep()
-
-
-
Method Detail
-
build50ms
public static ThreadSleep build50ms()
-
build100ms
public static ThreadSleep build100ms()
-
build250ms
public static ThreadSleep build250ms()
-
build500ms
public static ThreadSleep build500ms()
-
build1000ms
public static ThreadSleep build1000ms()
-
sleep
public void sleep()
-
-