getSleeps

abstract fun getSleeps(since: Timestamp): Maybe<List<Sleep>>

Returns Maybe that emits list of sleeps since specified time sorted ascending by time or completes if there are no sleeps since specified time.

Return

Maybe that emits list of sleeps since specified time if there are

See also

Parameters

since

minimum timestamp of sleep's start.