Package org.spockframework.util
Interface IThrowableFunction<D,C,T extends java.lang.Throwable>
-
- All Known Subinterfaces:
IFunction<D,C>
public interface IThrowableFunction<D,C,T extends java.lang.Throwable>
A function from domain D to co-domain C that may throw a checked exception.- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
apply(D value)
-