Uses of Class
com.google.common.base.Suppliers.SupplierFunctionImpl
-
Packages that use Suppliers.SupplierFunctionImpl Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of Suppliers.SupplierFunctionImpl in com.google.common.base
Methods in com.google.common.base that return Suppliers.SupplierFunctionImpl Modifier and Type Method Description static Suppliers.SupplierFunctionImpl
Suppliers.SupplierFunctionImpl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Suppliers.SupplierFunctionImpl[]
Suppliers.SupplierFunctionImpl. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-