getRemEpisodes

abstract fun getRemEpisodes(since: Timestamp): Maybe<List<RemEpisode>>

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

NOTE: episodes of rem sleep HAS NOT been checked to fall into sleep episodes.

Return

Maybe that emits list of episodes of rem sleep since specified time

See also

Parameters

since

minimum timestamp of first episode of rem sleep's start.