Group: com.ckkloverdos - All Dependencies
Maybe · Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. A few noteable characteristics: * `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input. * `get` is only provided for a `Just` value, not in the general `Maybe` API. * `map` on a `Just` Does The Right Thing, even if the calling function explodes.
Converter · Use this library to convert value between different types.
Sysprop · This tiny library provides the utility classes SysProp and SysEnv that abstract JVM system properties and environment variables respectively. For convenience, all default System.getProperties are mapped to SysProps
StreamResource · Convenient abstractions related to the getResource() pattern. Introduces the idea of resource contexts, which are responsible for resource resolving.