AdvanceDeviceVendorInfoDictionaryMethodsExtension extension

Provides additional DeviceVendorInfoDictionary methods which have tha same behaviours for all dictionaries.

on

Methods

castValues<V extends Object>() TypedDeviceVendorInfoDictionary<V>

Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension

Cast all values to V and return TypedDeviceVendorInfoDictionary, no matter the values is compatible with V or not.
map<V extends Object>(V convert(Object value)) TypedDeviceVendorInfoDictionary<V>

Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension

Change the original values to V which may modified during convert.
where(bool test(String key, Object value)) DeviceVendorInfoDictionary

Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension

Perform a test and filter the valid entries into another DeviceVendorInfoDictionary.
whereTypeOfValues<V extends Object>() TypedDeviceVendorInfoDictionary<V>

Available on DeviceVendorInfoDictionary, provided by the AdvanceDeviceVendorInfoDictionaryMethodsExtension extension

Filter values with V type.