ca.odell.glazedlists
Interface FunctionList.Function<A,B>
- FunctionList.AdvancedFunction<A,B>
public static interface FunctionList.Function<A,B>
A Function encapsulates the logic for transforming a list element into
any kind of Object. Implementations should typically create and return
new objects, though it is permissible to return the original value
unchanged (i.e. the Identity Function).
B | evaluate(A sourceValue) - Transform the given
sourceValue into any kind of Object.
|
evaluate
public B evaluate(A sourceValue)
Transform the given sourceValue
into any kind of Object.
sourceValue
- the Object to transform
- the transformed version of the object
Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2008-01-04 14:38