Uses of Interface
org.spockframework.util.IThrowableFunction
Packages that use IThrowableFunction
-
Uses of IThrowableFunction in org.spockframework.runtime
Methods in org.spockframework.runtime with parameters of type IThrowableFunctionModifier and TypeMethodDescriptionstatic <T,U extends Throwable>
TRunContext.withNewContext(String name, File spockUserHome, DelegatingScript configurationScript, List<Class<?>> extensionClasses, boolean inheritParentExtensions, IThrowableFunction<RunContext, T, U> command) -
Uses of IThrowableFunction in org.spockframework.util
Subinterfaces of IThrowableFunction in org.spockframework.utilModifier and TypeInterfaceDescriptioninterfaceIFunction<D,C> A function from domain D to co-domain C.