|
Class Summary |
| Eval |
Evaluate an object and return boolean value by convention |
| F |
Utility classes |
| F.E2<A,B> |
|
| F.E3<A,B,C> |
|
| F.E4<A,B,C,D> |
|
| F.E5<A,B,C,D,E> |
|
| F.Either<A,B> |
|
| F.Matcher<T,R> |
|
| F.None<T> |
|
| F.Option<T> |
|
| F.Some<T> |
|
| F.T2<A,B> |
|
| F.T3<A,B,C> |
|
| F.T4<A,B,C,D> |
|
| F.T5<A,B,C,D,E> |
|
| F.Tuple<A,B> |
|
| I18N |
I18N utils |
| IO |
IO utilities |
| JSONWrapper |
Define a type to wrap a JSON string |
| NamedParams |
Utility class help to construct named value map |
| NamedParams.Pair |
|
| Range<TYPE extends Comparable<TYPE>> |
Utility class to generate ranges for iteration purpose |
| RawData |
Used for escaping |
| S |
A utility class providing String manipulation methods. |
| TextBuilder |
This class defines a chained text/string builder |
| TextBuilder.StrBuf |
A data structure used to store both character based content and it's
binary byte array. |
| Time |
Time utils |
| Time.CronExpression |
Thanks to Quartz project, https://quartz.dev.java.net
Provides a parser and evaluator for unix-like cron expressions. |