The Observable-factory whose latest subscription is to be enqueued
Optional
mapper: ((_: T, inner: R) => S)A function to combine each emission of the togglable with the trigger itself, making it the new value of the togglable.
Generated using TypeDoc
Implements the Ember-Concurrency strategy keepLatest. Like queueing, but with a maximum queue size of 1. In the event of multiple conflicting events, only the latest will trigger a handling, after the current handling is complete.