Package nl.talsmasoftware.context.functions
Java 8 functional interface wrappers that apply context snapshots to the mapped functions.
The following functional interfaces are available:
BiConsumerWithContextBiFunctionWithContextBinaryOperatorWithContextBiPredicateWithContextBooleanSupplierWithContextConsumerWithContextFunctionWithContextPredicateWithContextRunnableWithContextSupplierWithContextUnaryOperatorWithContext
The base class WrapperWithContextAndConsumer allows
capturing a new context snapshot after the function has finished.