Class Pause.Run.Delay<T>

  • Type Parameters:
    T - type
    Enclosing class:
    Pause.Run<T>

    public static final class Pause.Run.Delay<T>
    extends Object
    This class executes the delay and causes the pause before the set operations executed.
    • Method Detail

      • get

        @Contract(pure=true)
        public Try<T> get()
        This gets the Try operation.
        Returns:
        try a result. Instance of Try
      • getResult

        public T getResult()
        Get the result of the Try operation.
        Returns:
        the result of the Try operation.
        Since:
        v2.5.4
      • onComplete

        public void onComplete​(@NotNull
                               @NotNull Consumer<Try<T>> tryResult)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        @Contract(value="null -> false",
                  pure=true)
        public boolean equals​(Object o)
        Overrides:
        equals in class Object