Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 563 Bytes

File metadata and controls

8 lines (6 loc) · 563 Bytes

C2I Utilities

These are my personal utility classes. Licensed under Apache License 2.0 - feel free to reuse.

Java 8 Language Utils

  • OptionalUtils - several Utility methods for using Java 8's Optional implementation
  • StreamingMatcher - a matcher that can be used as a functionl replacement for Java's switch/case
  • Tuple2 - a Tuple implementation for Java 8