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

Make checkNotNull (and friends) generic for strong-mode #286

Closed
ochafik opened this issue Mar 18, 2016 · 3 comments
Closed

Make checkNotNull (and friends) generic for strong-mode #286

ochafik opened this issue Mar 18, 2016 · 3 comments

Comments

@ochafik
Copy link

ochafik commented Mar 18, 2016

Related to #285, but this is to help user code that looks like doSomething(checkNotNull(someArg)).

Note that strong-mode comes with generic methods with syntax /*=T*/ checkNotNull/*<T>*/(/*=T*/ value).

@ochafik
Copy link
Author

ochafik commented Mar 18, 2016

cc/ @emesx @danielwhiteuk

@emesx
Copy link
Contributor

emesx commented Mar 20, 2016

On it, ETA Monday.

@cbracken
Copy link
Member

Fixed by #290

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

No branches or pull requests

3 participants