Class CachingSupplier<REQ,REP> 
java.lang.Object
org.apache.maven.impl.cache.CachingSupplier<REQ,REP> 
- Type Parameters:
- REQ- The request type
- REP- The response type
- All Implemented Interfaces:
- Function<REQ,- REP> 
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSpecial holder class for exceptions that occur during supplier execution.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
supplier
- 
value
 
- 
- 
Constructor Details- 
CachingSupplier
 
- 
- 
Method Details- 
getValue
- 
apply
 
-