Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Take, once, until methods #71

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Take, once, until methods #71

wants to merge 5 commits into from

Conversation

Yarikx
Copy link

@Yarikx Yarikx commented Jun 5, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant