get

open override fun get(): Single<List<Event>>

Get the objects in scope in an asynchronous way, returning a Single<List>.

Return

A Single object with the list of objects.