org.spockframework.util
Interface IThrowableFunction<D,C,T extends java.lang.Throwable>

All Known Subinterfaces:
IFunction<D,C>

public interface IThrowableFunction<D,C,T extends java.lang.Throwable>

A function from domain D to co-domain C that may throw a checked exception.

Author:
Peter Niederwieser

Method Summary
 C apply(D value)
           
 

Method Detail

apply

C apply(D value)
        throws T extends java.lang.Throwable
Throws:
T extends java.lang.Throwable


Copyright © 2013. All rights reserved