-
- All Implemented Interfaces:
-
io.reactivex.functions.Function
public class InternalToExternalScanResultConverter implements Function<RxBleInternalScanResult, ScanResult>
-
-
Constructor Summary
Constructors Constructor Description InternalToExternalScanResultConverter(RxBleDeviceProvider deviceProvider)
-
Method Summary
Modifier and Type Method Description ScanResultapply(RxBleInternalScanResult rxBleInternalScanResult)-
-
Constructor Detail
-
InternalToExternalScanResultConverter
InternalToExternalScanResultConverter(RxBleDeviceProvider deviceProvider)
-
-
Method Detail
-
apply
ScanResult apply(RxBleInternalScanResult rxBleInternalScanResult)
-
-
-
-