getNotDeletedMealsBetween

abstract fun getNotDeletedMealsBetween(from: Long, to: Long): Flowable<List<MealData>>

Returns Flowable that emits list of meals for period from from to to.

Return

Flowable that emits list of meals

See also

Parameters

from

minimum UNIX-timestamp of meal

to

maximum UNIX-timestamp of meal