Package com.bakdata.util
Utility classes that should not be deemed public API.
-
Class Summary Class Description ExceptionContext The exception context allows the safe execution of code that may throw an exception.FunctionalClass<T> A wrapper aroundClass
that can be used to extract callable lambdas to methods and fields.FunctionalConstructor<T> A lambda wrapper around the no-arg constructor of a class.FunctionalMethod<T> A lambda wrapper around the a method of a class.FunctionalProperty<T,F> A lambda wrapper around the a property of a class.StreamUtil Adds some functions that are missing in Java Streams.