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.

@FunctionalInterface public static interface InMemoryAliasMap.CheckedFunction2<T1,T2,R>
CheckedFunction is akin to Function but specifies an IOException.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T1 t1, T2 t2)