Uses of Interface
org.spockframework.util.IThrowableFunction

Packages that use IThrowableFunction
org.spockframework.runtime   
org.spockframework.util   
 

Uses of IThrowableFunction in org.spockframework.runtime
 

Methods in org.spockframework.runtime with parameters of type IThrowableFunction
static
<T,U extends java.lang.Throwable>
T
RunContext.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
 interface IFunction<D,C>
          A function from domain D to co-domain C.
 



Copyright © 2013. All rights reserved