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

from(T) -> just(T) #1576

Merged
merged 1 commit into from
Aug 14, 2014
Merged

Conversation

benjchristensen
Copy link
Member

Deprecate the from(T) methods in favor of items(T)

As per discussion in #1563.

See ReactiveX#1563 for discussion.
@benjchristensen benjchristensen changed the title from(T) -> items(T) from(T) -> just(T) Aug 14, 2014
@cloudbees-pull-request-builder

RxJava-pull-requests #1492 SUCCESS
This pull request looks good

@benjchristensen
Copy link
Member Author

As per voting in #1563 this changes the signatures to:

from(Future<? extends T>)
from(Future<? extends T>, long, TimeUnit)
from(Future<? extends T>, Scheduler)
from(Iterable<? extends T>)
from(T[])
just(T)
just(T, T)
just(T, T, T)
just(T, T, T, T)
just(T, T, T, T, T)
just(T, T, T, T, T, T)
just(T, T, T, T, T, T, T)
just(T, T, T, T, T, T, T, T)
just(T, T, T, T, T, T, T, T, T)
just(T, T, T, T, T, T, T, T, T, T)

benjchristensen added a commit that referenced this pull request Aug 14, 2014
@benjchristensen benjchristensen merged commit fa49293 into ReactiveX:master Aug 14, 2014
@benjchristensen benjchristensen deleted the from-items branch August 14, 2014 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants