Interface ContextReference<C>

All Superinterfaces:
Consumer<C>, Supplier<C>
All Known Subinterfaces:
ThreadContextReference<C>
All Known Implementing Classes:
ContextClassLoaderReference

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

    Methods inherited from interface java.util.function.Consumer

    accept, andThen

    Methods inherited from interface java.util.function.Supplier

    get