Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Single.using #3732

Closed
ghost opened this issue Feb 24, 2016 · 4 comments
Closed

Request: Single.using #3732

ghost opened this issue Feb 24, 2016 · 4 comments
Assignees

Comments

@ghost
Copy link

ghost commented Feb 24, 2016

To match Observable.using

public static <T, Resource> Single<T> using(
        Func0<Resource> resourceFactory,
        Func1<? super Resource, ? extends Single<? extends T>> singleFactory,
        Action1<? super Resource> disposeAction)

and

public static <T, Resource> Single<T> using(
        Func0<Resource> resourceFactory,
        Func1<? super Resource, ? extends Single<? extends T>> singleFactory,
        Action1<? super Resource> disposeAction, boolean disposeEagerly)
@akarnokd
Copy link
Member

I'll do this.

@akarnokd
Copy link
Member

See #3752

@artem-zinnatullin
Copy link
Contributor

PR was merged and released as part of v1.1.2, this issue can be closed!

@akarnokd
Copy link
Member

Closing via #3752.

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

No branches or pull requests

2 participants