Class Time
java.lang.Object
org.rspeer.commons.Time
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic longDeprecated.static voidsetDefaultThreshold(long defaultThreshold) Deprecated.static voidsleep(int millis) Deprecated.static voidsleep(int min, int max) Deprecated.static voidsleep(long millis) Deprecated.static voidsleep(long min, long max) Deprecated.static booleanstatic booleansleepTicks(int ticks) static booleansleepUntil(BooleanSupplier condition, int threshold, long timeout) Deprecated.static booleansleepUntil(BooleanSupplier condition, long timeout) Deprecated.static booleansleepUntil(BooleanSupplier condition, long threshold, long timeout) Deprecated.static booleansleepUntil(BooleanSupplier condition, BooleanSupplier reset, long timeout) Deprecated.static booleansleepUntil(BooleanSupplier condition, BooleanSupplier reset, long threshold, long timeout) Deprecated.static booleansleepUntilForDuration(BooleanSupplier condition, long duration, long timeout) Deprecated.static booleansleepUntilForDuration(BooleanSupplier condition, long duration, long threshold, long timeout) Deprecated.static booleansleepWhile(BooleanSupplier condition, int threshold, long timeout) Deprecated.static booleansleepWhile(BooleanSupplier condition, long timeout) Deprecated.static booleansleepWhile(BooleanSupplier condition, BooleanSupplier reset, long timeout) Deprecated.static booleansleepWhile(BooleanSupplier condition, BooleanSupplier reset, long threshold, long timeout) Deprecated.
-
Constructor Details
-
Time
public Time()
-
-
Method Details
-
sleepTicks
public static boolean sleepTicks(int ticks) -
sleepTick
public static boolean sleepTick() -
sleep
Deprecated. -
sleep
Deprecated. -
sleepUntilForDuration
@Deprecated public static boolean sleepUntilForDuration(BooleanSupplier condition, long duration, long timeout) Deprecated. -
sleepUntilForDuration
@Deprecated public static boolean sleepUntilForDuration(BooleanSupplier condition, long duration, long threshold, long timeout) Deprecated. -
sleep
Deprecated. -
sleep
Deprecated. -
sleepUntil
@Deprecated public static boolean sleepUntil(BooleanSupplier condition, int threshold, long timeout) Deprecated. -
sleepUntil
@Deprecated public static boolean sleepUntil(BooleanSupplier condition, long threshold, long timeout) Deprecated. -
sleepUntil
Deprecated. -
sleepUntil
@Deprecated public static boolean sleepUntil(BooleanSupplier condition, BooleanSupplier reset, long threshold, long timeout) Deprecated. -
sleepUntil
@Deprecated public static boolean sleepUntil(BooleanSupplier condition, BooleanSupplier reset, long timeout) Deprecated. -
sleepWhile
@Deprecated public static boolean sleepWhile(BooleanSupplier condition, BooleanSupplier reset, long threshold, long timeout) Deprecated. -
sleepWhile
@Deprecated public static boolean sleepWhile(BooleanSupplier condition, BooleanSupplier reset, long timeout) Deprecated. -
sleepWhile
@Deprecated public static boolean sleepWhile(BooleanSupplier condition, int threshold, long timeout) Deprecated. -
sleepWhile
Deprecated. -
format
-
getDefaultThreshold
Deprecated. -
setDefaultThreshold
Deprecated.
-