These are my personal utility classes. Licensed under Apache License 2.0 - feel free to reuse.
- OptionalUtils - several Utility methods for using Java 8's
Optionalimplementation - StreamingMatcher - a matcher that can be used as a functionl replacement for Java's switch/case
- Tuple2 - a Tuple implementation for Java 8