Record Class FutureSnapshot.InProgress<T>
java.lang.Object
java.lang.Record
dev.pfaff.altargui.util.FutureSnapshot.InProgress<T>
- All Implemented Interfaces:
FutureSnapshot<T>
- Enclosing interface:
FutureSnapshot<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.pfaff.altargui.util.FutureSnapshot
FutureSnapshot.Failure<T>, FutureSnapshot.InProgress<T>, FutureSnapshot.Success<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InProgress
public InProgress()Creates an instance of aInProgress
record class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-