@FunctionalInterface
public static interface FunctionList.Function<A,B>
extends java.util.function.Function<A,B>
As of Glazed Lists 1.12 this interface extends Function.
This way an existing FunctionList.Function can be used everywhere a standard function is expected.
| Modifier and Type | Method and Description |
|---|---|
default B |
apply(A sourceValue) |
B |
evaluate(A sourceValue)
Transform the given
sourceValue into any kind of Object. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019