- warn(String) - Static method in class io.github.privacystreams.utils.Logging
-
- WIFI_AP_LIST - Static variable in class io.github.privacystreams.device.DeviceState.Masks
-
- WIFI_AP_LIST - Static variable in class io.github.privacystreams.device.DeviceState
-
The list of currently scanned Wifi APs.
- WIFI_BSSID - Static variable in class io.github.privacystreams.device.DeviceState
-
The connected WiFi AP BSSID, could be null if the device is not connected to WiFi
- WifiAp - Class in io.github.privacystreams.device
-
A WifiAp item represents the information of a WIFI AP.
- wrapSubStreamFunction(Function<List<Item>, Tout>) - Static method in class io.github.privacystreams.commons.item.ItemOperators
-
Output the grouped items in the item with a function.
- wrapValueGenerator(Function<Void, Tout>) - Static method in class io.github.privacystreams.commons.item.ItemOperators
-
Wrap a valueGenerator that takes Void as input type to a function that takes Item as input type.
- write(Item, Function<?, ? extends Stream>) - Method in class io.github.privacystreams.core.Stream
-
Write an item to the stream,
or write a null to end the stream.
- writeToFile(String, boolean, boolean) - Static method in class io.github.privacystreams.io.IOOperators
-
Write an object to a local file, the output file will be at `filePath`.
- writeToFile(Function<Tin, String>, boolean, boolean) - Static method in class io.github.privacystreams.io.IOOperators
-
Write an object to a local file, the output file path will be generated with a function.
- writeToFile(String, File, boolean) - Static method in class io.github.privacystreams.utils.StorageUtils
-