Package org.apache.hadoop.fs.impl
Interface FunctionsRaisingIOE.BiFunctionRaisingIOE<T,U,R>
- Type Parameters:
T- type of arg1U- type of arg2R- type of return value.
- Enclosing class:
- FunctionsRaisingIOE
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
Function of arity 2 which may raise an IOException.
-
Method Summary
-
Method Details
-
apply
Deprecated.- Throws:
IOException
-
BiFunctionRaisingIOE