| joinery.DataFrame.Function<I, O> |
Known Indirect Subclasses
|
A function that is applied to objects (rows or values)
in a data frame.
Implementors define apply(Object) to perform
the desired calculation and return the result.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract O |
apply(I value)
Perform computation on the specified
input value and return the result.
| ||||||||||
Perform computation on the specified input value and return the result.
| value | the input value |
|---|