1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Does not use iterator().hasNext when Iterate.on(..) to return Iterate.none(). Closes #48
rflob
as Rune Flobakk
More... almost 11 years ago
Does not use iterator().hasNext when Iterate.on(..) to return Iterate.none(). Closes #48
rflob
as Rune Flobakk
More... almost 11 years ago
Added an .eval() to prevent ConcurrentModificationException
rflob
as Rune Flobakk
More... almost 11 years ago
Added an .eval() to prevent ConcurrentModificationException
rflob
as Rune Flobakk
More... almost 11 years ago
Combining two maps by the values of the first as the keys of the second. Closes #52
rflob
as Rune Flobakk
More... almost 11 years ago
Combining two maps by the values of the first as the keys of the second. Closes #52
rflob
as Rune Flobakk
More... almost 11 years ago
Fixes bug in Elements.map(..) which halts on first null-element, or null-result from Fn application. Closes #51
rflob
as Rune Flobakk
More... almost 11 years ago
Fixes bug in Elements.map(..) which halts on first null-element, or null-result from Fn application. Closes #51
rflob
as Rune Flobakk
More... almost 11 years ago
Fixes bug in Elements.filter(..) which halts on first null-element. Closes #50
rflob
as Rune Flobakk
More... almost 11 years ago
Fixes bug in Elements.filter(..) which halts on first null-element. Closes #50
rflob
as Rune Flobakk
More... almost 11 years ago
containedIn Predicate, closes #49
rflob
as Rune Flobakk
More... almost 11 years ago
containedIn Predicate, closes #49
rflob
as Rune Flobakk
More... almost 11 years ago
Fn to get size of collections. Closes #42
rflob
as Rune Flobakk
More... about 11 years ago
Fn to get size of collections. Closes #42
rflob
as Rune Flobakk
More... about 11 years ago
Configures surefire to pick up **/*Theories.java and removes "Test" suffix on Theories-based tests
rflob
as Rune Flobakk
More... about 11 years ago
Configures surefire to pick up **/*Theories.java and removes "Test" suffix on Theories-based tests
rflob
as Rune Flobakk
More... about 11 years ago
Fn to yield hashCode of objects. Closes #41
rflob
as Rune Flobakk
More... about 11 years ago
Fn to yield hashCode of objects. Closes #41
rflob
as Rune Flobakk
More... about 11 years ago
Base.always(boolean) to create constant predicate. Closes #40
rflob
as Rune Flobakk
More... about 11 years ago
Base.always(boolean) to create constant predicate. Closes #40
rflob
as Rune Flobakk
More... about 11 years ago
Rename all Strings.split to Strings.splittingOn
rflob
as Rune Flobakk
More... about 11 years ago
Rename all Strings.split to Strings.splittingOn
rflob
as Rune Flobakk
More... about 11 years ago
javadoc fix
rflob
as Rune Flobakk
More... about 11 years ago
javadoc fix
rflob
as Rune Flobakk
More... about 11 years ago
Rewrites some String-splitting tests to QuickCheck-style (com.pholser:junit-quickcheck)
rflob
as Rune Flobakk
More... about 11 years ago
Rewrites some String-splitting tests to QuickCheck-style (com.pholser:junit-quickcheck)
rflob
as Rune Flobakk
More... about 11 years ago
Fixes missing contra-variance in Character-predicate
rflob
as Rune Flobakk
More... about 11 years ago
Fixes missing contra-variance in Character-predicate
rflob
as Rune Flobakk
More... about 11 years ago
All Comparators implementing Serializable
rflob
as Rune Flobakk
More... about 11 years ago
All Comparators implementing Serializable
rflob
as Rune Flobakk
More... about 11 years ago