Interface InMemoryAliasMap.CheckedFunction2<T1,T2,R>
- Type Parameters:
T1- First argument type.T2- Second argument type.R- Return type.
- Enclosing class:
- InMemoryAliasMap
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
CheckedFunction is akin to
Function but
specifies an IOException.-
Method Summary
-
Method Details
-
apply
- Throws:
IOException
-