Package com.atlassian.bitbucket.io
Interface IoSupplier<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 7.14
-
Method Summary
-
Method Details
-
get
Gets a result.- Returns:
- a result
- Throws:
IOException
- if producing the result fails
-