get Non Deleted Weights
abstract fun getNonDeletedWeights(from: Timestamp = 0, to: Long = Timestamp.MAX_VALUE, exceptSource: Source, asc: Boolean = true): Single<List<HDWeight>>
Returns Single that emits non deleted weight sorted by HDWeight.measurementTime.
Return
Single that emits sorted non deleted weights
Parameters
from
minimum UNIX-timestamp of HDWeight.measurementTime
to
maximum UNIX-timestamp of HDWeight.measurementTime
except Source
this source would be excluded from result
asc
true
for ascending ordering or false
for descending. Default: ascending