Functional interface similar to ThrowingConsumer that can take an another context argument for its
execution.
A context variable is something that is instantiated once for multiple calls of a consumer.
TThe type of the argument that this consumer works on.
CThe type of the context object.
public void | accept( Executes the action for the given argument and context object. |