Interface FunctionsRaisingIOE.FunctionRaisingIOE<T,R>

Type Parameters:
T - type of arg1
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.FunctionRaisingIOE<T,R>
Deprecated.
Function of arity 1 which may raise an IOException.
  • Method Summary

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