|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.stratelia.webactiv.util.viewGenerator.html.arrayPanes | |
| org.silverpeas.util | |
| Uses of Function in com.stratelia.webactiv.util.viewGenerator.html.arrayPanes |
|---|
| Methods in com.stratelia.webactiv.util.viewGenerator.html.arrayPanes with parameters of type Function | ||
|---|---|---|
|
ArrayLine.addArrayCellText(T instance,
Function<T,String> lazyText)
The text of the cell is computed from a Function applied to the given
instance parameter. |
|
| Constructors in com.stratelia.webactiv.util.viewGenerator.html.arrayPanes with parameters of type Function | |
|---|---|
ArrayCellText(T instance,
Function<T,String> lazyText,
ArrayLine line)
The text of the cell is computed from a Function applied to the given
instance parameter. |
|
| Uses of Function in org.silverpeas.util |
|---|
| Methods in org.silverpeas.util with parameters of type Function | ||
|---|---|---|
static
|
PrefixedNotationExpressionEngine.from(Function<String,R> converter,
PrefixedNotationExpressionEngine.OperatorFunction<R>... operationFunctions)
Initializes the instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||