Package com.android.builder.utils
Interface ExceptionFunction<T,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function that can throw an
Exception.-
Method Summary
-
Method Details
-
accept
Performs an operation on the given input.- Parameters:
input- the input- Returns:
- the result of the operation
- Throws:
Exception
-