Package pro.horde.os.cutils.value
-
Class Summary Class Description Pause<T> Pause allows you to write a safe an idiomatic expression to pause an execution on the current execution thread.Pause.Run<T> This class is responsible for executing the operations base on the set time interpreted to the requested unit.Pause.Run.Delay<T> This class execute the delay and cause the pause before the set operations executed.Que<T> This isQuegotten from the word Cue.Try<T> TheTryclass offers the ability write safe code without focusing on try-catch blocks in the presence of exceptions.