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

All Superinterfaces:
UnaryFunctionEx<E,V>
All Known Implementing Classes:
CompositeUnaryFunction, EqualsUnaryFunction, MemberOfFunction, MemberOfFunction.InstanceOf

public interface UnaryFunction<E,V>
extends UnaryFunctionEx<E,V>


Method Summary
 V apply(E x)
           
 

Method Detail

apply

V apply(E x)
Specified by:
apply in interface UnaryFunctionEx<E,V>