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
 C apply(D value)
           
 

Method Detail

apply

C apply(D value)
Specified by:
apply in interface IThrowableFunction<D,C,java.lang.Throwable>


Copyright © 2013. All rights reserved