T - type of instancepublic class SupplierOfInstance<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
SupplierOfInstance(T instance)
Creates a new instance supplier
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
T |
get() |
int |
hashCode() |
java.lang.String |
toString() |
public SupplierOfInstance(T instance)
instance - instance ot wrapCopyright © 2018 FluentLenium. All Rights Reserved.