This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3,309
Commits
1
Branch
0
Tags
cd70f0620304486fd2ae189b7d552b8339a21a3e
Commit Graph
2 Commits
Author
SHA1
Message
Date
James Strachan
cd70f06203
added notEmpty() helper method as its very common to want to do something if a collection is not empty; so if (foo.notEmpty()) is easier to read than if (!foo.isEmpty())
2012-02-23 09:24:24 +00:00
James Strachan
877de17122
move coverage of the standard methods across Iterable, Array, java.util.Iterable (not quite complete but close)
2011-12-23 15:46:41 +00:00