- MAC_ADDRESS - Static variable in class io.github.privacystreams.device.BluetoothDevice
-
The mac address of the scanned bluetooth device.
- map(Function<Item, Item>) - Method in class io.github.privacystreams.core.PStream
-
Convert each item in the stream with a function.
- mapEachItem(Function<Item, Item>) - Static method in class io.github.privacystreams.core.transformations.map.Mappers
-
Transform a multi-item stream by mapping each items with a item-to-item mapper.
- Mappers - Class in io.github.privacystreams.core.transformations.map
-
A helper class to access reorder functions
- Mappers() - Constructor for class io.github.privacystreams.core.transformations.map.Mappers
-
- Masks() - Constructor for class io.github.privacystreams.device.DeviceState.Masks
-
- max(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
-
Get the max value of a field in the stream.
- max(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
-
Get the max value of a field in the stream.
- max(List<T>) - Static method in class io.github.privacystreams.utils.StatisticUtils
-
Get the max of all numbers in the list.
- md5(String) - Static method in class io.github.privacystreams.commons.string.StringOperators
-
Get the MD5-hashed value of the string value of a field.
- MD5 - Static variable in class io.github.privacystreams.utils.HashUtils
-
- mean(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
-
Calculate the average of the numbers specified by a field.
- mean(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
-
Calculate the average of the number values of a field in the stream.
- mean(List<? extends Number>) - Static method in class io.github.privacystreams.utils.StatisticUtils
-
Get the mean of all numbers in the list.
- median(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
-
Get the median value of a field in the stream.
- median(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
-
Get the median value of a field in the stream.
- median(List<T>) - Static method in class io.github.privacystreams.utils.StatisticUtils
-
Get the median of all numbers in the list.
- Message - Class in io.github.privacystreams.communication
-
A text message.
- milliseconds(long) - Static method in class io.github.privacystreams.utils.Duration
-
- min(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
-
Get the min value of a field in the stream.
- min(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
-
Get the min value of a field in the stream.
- min(List<T>) - Static method in class io.github.privacystreams.utils.StatisticUtils
-
Get the min of all numbers in the list.
- minutes(long) - Static method in class io.github.privacystreams.utils.Duration
-
- MockItem - Class in io.github.privacystreams.core.items
-
A mock item.
- MockItem() - Constructor for class io.github.privacystreams.core.items.MockItem
-
- mode(String, String) - Static method in class io.github.privacystreams.commons.arithmetic.ArithmeticOperators
-
Mode the values of two fields in an item.
- mode(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
-
Get the mode value of a field in the stream.
- mode(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
-
Get the mode value of a field in the stream.
- mode(List<T>) - Static method in class io.github.privacystreams.utils.StatisticUtils
-
Get the mode of all numbers in the list.
- multiply(String, String) - Static method in class io.github.privacystreams.commons.arithmetic.ArithmeticOperators
-
Multiply the values of two fields in an item.