Uses of Class
com.microsoft.azure.toolkit.lib.common.DataStore.Field
-
Packages that use DataStore.Field Package Description com.microsoft.azure.toolkit.lib.common -
-
Uses of DataStore.Field in com.microsoft.azure.toolkit.lib.common
Methods in com.microsoft.azure.toolkit.lib.common that return DataStore.Field Modifier and Type Method Description static <D> DataStore.Field<D>DataStore.Field. of(String name)Methods in com.microsoft.azure.toolkit.lib.common with parameters of type DataStore.Field Modifier and Type Method Description default <D> DDataStore. get(DataStore.Field<D> key)default <D> DDataStore. get(DataStore.Field<D> key, D dft)default <D> voidDataStore. set(DataStore.Field<D> key, D val)
-