Uses of Interface
org.spockframework.util.IThrowableFunction
-
Packages that use IThrowableFunction Package Description org.spockframework.runtime org.spockframework.util -
-
Uses of IThrowableFunction in org.spockframework.runtime
Methods in org.spockframework.runtime with parameters of type IThrowableFunction Modifier and Type Method Description static <T,U extends java.lang.Throwable>
TRunContext. withNewContext(DelegatingScript configurationScript, java.util.List<java.lang.Class<?>> extensionClasses, boolean inheritParentExtensions, IThrowableFunction<RunContext,T,U> command)
-
Uses of IThrowableFunction in org.spockframework.util
Subinterfaces of IThrowableFunction in org.spockframework.util Modifier and Type Interface Description interface
IFunction<D,C>
A function from domain D to co-domain C.
-