Package net.lenni0451.imnbt.utils
Interface ThrowingFunction<A,R>
- Type Parameters:
A- The argument typeR- The return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that can throw an exception.
-
Method Summary
-
Method Details
-
apply
- Throws:
Throwable
-