Interface FunctionsRaisingIOE.BiFunctionRaisingIOE<T,U,R>

Type Parameters:
T - type of arg1
U - type of arg2
R - 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.

@FunctionalInterface public static interface FunctionsRaisingIOE.BiFunctionRaisingIOE<T,U,R>
Deprecated.
Function of arity 2 which may raise an IOException.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u)
    Deprecated.