Interface ContextualSupplier<R>

All Superinterfaces:
ContextHolder, Contextualized, Supplier<R>
All Known Implementing Classes:
ContextualSupplier1, ContextualSupplier2, ContextualSupplierN

public interface ContextualSupplier<R> extends Supplier<R>, Contextualized, ContextHolder