A connection pool for asynchronous execution of blocking I/O actions.
An Iterator with a close
method to close the underlying data source.
Extension methods to make Typesafe Config easier to use
The information required for dumping a single object
Interface for types that can be used in a tree dump
A simplified copy of java.util.concurrent.ArrayBlockingQueue
with additional logic for
temporarily rejecting elements based on the current size.
A Product to represent larger arities than Tuple22
An iterator on top of a data source which does not offer a hasNext() method without doing a next()
A wrapper for a value, which uses reference equality of the wrapped value as its own equality.
Utility methods for creating result set debug output.
Throw an UnsupportedOperationException
.
Throw an UnsupportedOperationException
. Like ???
but NonFatal
.
Singleton object with Slick's configuration, loaded from the application config.
Create a readable printout of a tree.
Extension methods for prepending and appending values to tuples
Utility functions for working with tuples of different arities
An exception handler which ignores NonFatal
exceptions.
An exception handler which ignores NonFatal
exceptions. It is used when running cleanup
code inside of another exception handler to prevent an exception during cleanup from
overriding the original one.
Helper code for various things. Tuples, Logging, SQL, ...