Package com.atlassian.bitbucket.io
Interface InputSupplier<T>
- All Known Subinterfaces:
- AvatarSupplier,- CacheableAvatarSupplier
- All Known Implementing Classes:
- AbstractAvatarSupplier,- DelegatingCacheableAvatarSupplier,- SimpleAvatarSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A readable source of type 
T.- Since:
- 4.13
- 
Method Summary
- 
Method Details- 
openProvides an object that encapsulates a readable resource. Each call to this method will produce a new object.- Returns:
- object that encapsulates a readable resource.
- Throws:
- IOException- in case the readable resource could not be opened or read
 
 
-