Package org.spockframework.util
Interface IThrowableFunction<D,C,T extends Throwable>
- All Known Subinterfaces:
IFunction<D,
C>
public interface IThrowableFunction<D,C,T extends Throwable>
A function from domain D to co-domain C that may throw a checked exception.
- Author:
- Peter Niederwieser
-
Method Summary
-
Method Details
-
apply
- Throws:
T
-