reactive icon indicating copy to clipboard operation
reactive copied to clipboard

Take, once, until methods

Open Yarikx opened this issue 11 years ago • 0 comments

add 3 new EventStream methods take(n) - return event stream that will return n events once - return event stream that will return only one event until(es) - return event stream that will fires events until es fires at least one event

Yarikx avatar Jun 05 '13 10:06 Yarikx