AdvanceDeviceVendorInfoDictionaryMethodsExtension extension
Provides additional DeviceVendorInfoDictionary methods which have tha same behaviours for all dictionaries.
Methods
-
castValues<
V extends Object> () → TypedDeviceVendorInfoDictionary< V> -
Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension
Cast all values toVand return TypedDeviceVendorInfoDictionary, no matter the values is compatible withVor not. -
map<
V extends Object> (V convert(Object value)) → TypedDeviceVendorInfoDictionary< V> -
Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension
Change the original values toVwhich may modified duringconvert. -
where(
bool test(String key, Object value)) → DeviceVendorInfoDictionary -
Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension
Perform atestand filter the valid entries into another DeviceVendorInfoDictionary. -
whereTypeOfValues<
V extends Object> () → TypedDeviceVendorInfoDictionary< V> -
Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension
Filter values withVtype.