Class Suppliers
java.lang.Object
org.apache.commons.lang3.function.Suppliers
Helps use
Supplier
.- Since:
- 3.13.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Suppliers
public Suppliers()
-
-
Method Details
-
get
Null-safe call toSupplier.get()
.- Type Parameters:
T
- the type of results supplied by this supplier.- Parameters:
supplier
- the supplier or null.- Returns:
- Result of
Supplier.get()
or null.
-