Package org.spockframework.util
Interface IFunction<D,C>
- All Superinterfaces:
IThrowableFunction<D,C, Throwable>
A function from domain D to co-domain C.
- Author:
- Peter Niederwieser
-
Method Summary
-
Method Details
-
apply
- Specified by:
applyin interfaceIThrowableFunction<D,C, Throwable>
-