Package io.hyperfoil.impl
Class FutureSupplier<T>
- java.lang.Object
-
- io.hyperfoil.impl.FutureSupplier<T>
-
- All Implemented Interfaces:
SerializableSupplier<T>,java.io.Serializable,java.util.function.Supplier<T>
public class FutureSupplier<T> extends java.lang.Object implements SerializableSupplier<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FutureSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()voidset(T object)
-