1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Strings .from(int) and .before(int)
rflob
as Rune Flobakk
More... over 11 years ago
Strings .from(int) and .before(int)
rflob
as Rune Flobakk
More... over 11 years ago
Replacing Strings .after(Fn<String,Integer>) with .from(Fn<String,Integer)
rflob
as Rune Flobakk
More... over 11 years ago
Replacing Strings .after(Fn<String,Integer>) with .from(Fn<String,Integer)
rflob
as Rune Flobakk
More... over 11 years ago
Strings.substring(int, int) is more forgiving. Accepts indexes out of bounds, and endIndex less than beginIndex
rflob
as Rune Flobakk
More... over 11 years ago
Strings.substring(int, int) is more forgiving. Accepts indexes out of bounds, and endIndex less than beginIndex
rflob
as Rune Flobakk
More... over 11 years ago
Base.alwaysThrow to create arbitrary function which always throws given exception
rflob
as Rune Flobakk
More... over 11 years ago
Base.alwaysThrow to create arbitrary function which always throws given exception
rflob
as Rune Flobakk
More... over 11 years ago
Strings.allBetween. Some revising on how null is interpreted in some String functions.
rflob
as Rune Flobakk
More... over 11 years ago
Strings.allBetween. Some revising on how null is interpreted in some String functions.
rflob
as Rune Flobakk
More... over 11 years ago
Strings.after(Fn<String, Integer>). Refactoring and null-safing.
rflob
as Rune Flobakk
More... over 11 years ago
Strings.after(Fn<String, Integer>). Refactoring and null-safing.
rflob
as Rune Flobakk
More... over 11 years ago
Strings.between and Strings.betweenOuter
rflob
as Rune Flobakk
More... over 11 years ago
Strings.between and Strings.betweenOuter
rflob
as Rune Flobakk
More... over 11 years ago
More basic operations on Ints and Longs.
rflob
as Rune Flobakk
More... over 11 years ago
More basic operations on Ints and Longs.
rflob
as Rune Flobakk
More... over 11 years ago
Strings.toLong
rflob
as Rune Flobakk
More... over 11 years ago
Strings.toLong
rflob
as Rune Flobakk
More... over 11 years ago
Abstraction from Strings.before and beforeLast: .before(Fn<String, Integer> index)
rflob
as Rune Flobakk
More... over 11 years ago
Abstraction from Strings.before and beforeLast: .before(Fn<String, Integer> index)
rflob
as Rune Flobakk
More... over 11 years ago
javadoc on Strings.beforeLast
rflob
as Rune Flobakk
More... over 11 years ago
javadoc on Strings.beforeLast
rflob
as Rune Flobakk
More... over 11 years ago
Strings.beforeLast
rflob
as Rune Flobakk
More... over 11 years ago
Strings.beforeLast
rflob
as Rune Flobakk
More... over 11 years ago
javadoc on Strings.after, .afterLast, and .before.
rflob
as Rune Flobakk
More... over 11 years ago
javadoc on Strings.after, .afterLast, and .before.
rflob
as Rune Flobakk
More... over 11 years ago
Removed the PartialApplicableTo interface, just unnecessary noise. Strings afterLast + before
rflob
as Rune Flobakk
More... over 11 years ago
Removed the PartialApplicableTo interface, just unnecessary noise. Strings afterLast + before
rflob
as Rune Flobakk
More... over 11 years ago
Strings.indexOf - get positional index of char or substring
rflob
as Rune Flobakk
More... over 11 years ago
Strings.indexOf - get positional index of char or substring
rflob
as Rune Flobakk
More... over 11 years ago