Interface ContextReference<C>

Type Parameters:
C - the context type
All Superinterfaces:
Consumer<C>, Function<C,C>, Supplier<C>, UnaryOperator<C>
All Known Implementing Classes:
ContextReference.SimpleContextReference, ThreadContextClassLoaderReference, ThreadContextReference

public interface ContextReference<C> extends Supplier<C>, Consumer<C>, UnaryOperator<C>
Reference to some context.
Author:
Paul Ferraro