Package io.fluentlenium.utils
Class SupplierOfInstance<T>
java.lang.Object
io.fluentlenium.utils.SupplierOfInstance<T>
- Type Parameters:
T
- type of instance
- All Implemented Interfaces:
Supplier<T>
Supplier returning a defined instance, with toString() implementation calling
toString() on the instance without wrapping it.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SupplierOfInstance
Creates a new instance supplier- Parameters:
instance
- instance ot wrap
-
-
Method Details