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