org.apache.ode.utils.stl
Interface UnaryFunctionEx<E,V>

All Known Subinterfaces:
UnaryFunction<E,V>
All Known Implementing Classes:
CompositeUnaryFunction, EqualsUnaryFunction, MemberOfFunction, MemberOfFunction.InstanceOf

public interface UnaryFunctionEx<E,V>


Method Summary
 V apply(E x)
           
 

Method Detail

apply

V apply(E x)
        throws java.lang.Exception
Throws:
java.lang.Exception